java.lang.NoClassDefFoundError
I'm tring the Java SDK, since I'm on a Mac and cannot use the COM SDK, but I cannot compile a simple project.
I get this error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/mina/common/IoConnector
at com.incesoft.botplatform.sdk.RobotServerFactory.<clinit>(RobotServerFactory.java:17)
What can I do?
Thanks,
Alexandre.
3
votes
2 comments
-
Adminzhongqiu.jiang
(Admin, BotPlatform)
commented
Are your sure that the host and port of your server connected are correct?
The host is "server.botplatform.com" and the port is "6602". -
Alexandre Cisneiros Filho
commented
Never mind, some dependences were missing. Now I can compile my server, but I cannot connect. Always times out. What can it be?