Results 1 to 4 of 4
- 10-01-2011, 03:30 AM #1
Member
- Join Date
- Oct 2011
- Posts
- 2
- Rep Power
- 0
Exception in thread "main" java.lang.NoClassDefFoundError
Nice to meet you all! I'm a newbie at Java. I imported a project named ims-communicator and build project successfully using Eclipse . But when i tried to run jar file, i got this error:
I tried to change the command a little but still got some problemsJava Code:ngu@MyUbuntu:~/workspace/ims-communicator$ java -jar ims-communicator.jar Exception in thread "main" java.lang.NoClassDefFoundError: javax/media/NoProcessorException at net.java.sip.communicator.SipCommunicator.<init>(SipCommunicator.java:126) at net.java.sip.communicator.SipCommunicator.main(SipCommunicator.java:423)
I'm using Ubuntu 10.10. Thanks for any replyJava Code:ngu@MyUbuntu:~/workspace/ims-communicator$ java -classpath -jar ims-communicator.jar Exception in thread "main" java.lang.NoClassDefFoundError: ims-communicator/jar
Last edited by ngubk; 10-01-2011 at 03:39 AM.
- 10-01-2011, 03:40 AM #2
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,544
- Rep Power
- 11
Re: Exception in thread "main" java.lang.NoClassDefFoundError
Check the documentation for this ims-communicator thing to see what dependencies it has and how it (and they) should be installed.
Basically the runtime error is saying that the javax.media.NoProcessorException class cannot be found. This class appears to be part of the Java Media Framework and either you have not installed this or it has not been configured so that the classes can be found when the jar file is run.
- 10-01-2011, 05:23 PM #3
Member
- Join Date
- Oct 2011
- Posts
- 2
- Rep Power
- 0
- 10-02-2011, 01:06 AM #4
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,544
- Rep Power
- 11
Similar Threads
-
Exception in thread "main" java.lang.NoClassDefFoundError:
By madsovenielsen in forum New To JavaReplies: 2Last Post: 10-04-2010, 05:41 PM -
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/star/lang/XEventLi
By baktha.thalapathy in forum New To JavaReplies: 5Last Post: 06-02-2010, 01:05 PM -
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/star/lang/XEventLi
By baktha.thalapathy in forum Advanced JavaReplies: 3Last Post: 06-01-2010, 03:01 PM -
Exception in thread "main" java.lang.NoClassDefFoundError: client
By fithous in forum New To JavaReplies: 1Last Post: 04-02-2009, 09:50 PM -
Exception in thread "main" java.lang.NoClassDefFoundError: client Help
By b000m in forum New To JavaReplies: 6Last Post: 08-18-2008, 06:44 AM


2Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks