NettyClientTransportConfig$Builder NoClassDefFoundError #76
Unanswered
nicola-cecchi
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You must not have all of the JAR files on your class path you "run the java file", whatever you mean by that. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to read from a Modbus TCP device.
I created a sample class using the quick start example of modbus-tcp. The snippet:
trows the error:
Exception in thread "main" java.lang.NoClassDefFoundError: com/digitalpetri/modbus/client/NettyClientTransportConfig$Builder
when I run the java file. Buildind the project (Netbeans IDE 15) is ok.
Best regards, Thanks.
Beta Was this translation helpful? Give feedback.
All reactions