Results 1 to 2 of 2
Thread: error while running jar file
- 02-07-2008, 01:24 AM #1
Member
- Join Date
- Feb 2008
- Posts
- 2
- Rep Power
- 0
error while running jar file
Hello all
I have successfully compiled my project in the netbeans IDE but the jar file will not run due to the following error in terminal:
Exception in thread "main" java.lang.NoClassDefFoundError: org/jdesktop/layout/GroupLayout$Group
I have run previous versions of the jar file without this problem. Can anyone point me to the cause of this problem? :confused:
Thank you in advance
- 03-25-2008, 11:13 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Since it is NoClassDefFoundError, I think may be a class file is missing or corrupted in the jar file. Extract the jar file and check all the required class files are included in the jar file.
Is it help to you.
Similar Threads
-
Error loading object from file : C:\Date.jrxml Jass Report
By cecily in forum JDBCReplies: 2Last Post: 12-03-2008, 11:14 AM -
jsp running problem
By bharanikumariyerjava in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 03-29-2008, 10:48 AM -
reading from a zip file, error
By Mr tuition in forum AWT / SwingReplies: 1Last Post: 01-16-2008, 12:39 AM -
File Write Error
By vikain in forum Advanced JavaReplies: 5Last Post: 01-02-2008, 04:38 AM -
Help with error message when running JAR via HTML file
By Simmy in forum AWT / SwingReplies: 7Last Post: 08-12-2007, 03:47 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks