Exception in thread "main" java.lang.NoClassDefFoundError: net/sf/cindy/SessionListener
at net.sf.jml.impl.MsnMessengerFactory.createMsnMessenger(MsnMessengerFactory.java:44)
Your classpath is not in order. The cindy.jar is missing. Download the jml-src-1.0b1-with-dependencies.zip from the download area and use the cindy.jar in your classpath.
Sincerelly, Ian
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I've got the following exception :
Exception in thread "main" java.lang.NoClassDefFoundError: net/sf/cindy/SessionListener
at net.sf.jml.impl.MsnMessengerFactory.createMsnMessenger(MsnMessengerFactory.java:44)
when I run :
messenger = MsnMessengerFactory.createMsnMessenger("xxxx", "xxxx");
I didn't found the class net.sf.cindy.SessionListener on jml-1.0b1.jar, so may be there is another jar ??
regards,
Christophe
Your classpath is not in order. The cindy.jar is missing. Download the jml-src-1.0b1-with-dependencies.zip from the download area and use the cindy.jar in your classpath.
Sincerelly, Ian
it works fine now !!
sorry for the trouble.
regards,
Christophe