Error while including j2ssh in a j2me midlet
- by Farhan
I obtained an evaluation license for j2ssh maverick, downloaded the library and included the j2me jar into my project.
But i get the following error when i try to run/build the project (in netbeans, using WTK 3.0)
Error preverifying class com.maverick.events.J2SSHEventMessages
VERIFIER ERROR com/maverick/events/J2SSHEventMessages.class$(Ljava/lang/String;)Ljava/lang/Class;:
Cannot find class java/lang/NoClassDefFoundError
I get the same error when i use eclipse (error in preverifying stage).
Any pointers ?
There are more than one NoClassDefFoundErrors in the preverifying stage.
Am i using the wrong .jar file ?