Error while including j2ssh in a j2me midlet
Posted
by
Farhan
on Stack Overflow
See other posts from Stack Overflow
or by Farhan
Published on 2011-01-09T16:33:34Z
Indexed on
2011/01/16
4:53 UTC
Read the original article
Hit count: 277
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 ?
© Stack Overflow or respective owner