Results 1 to 1 of 1
- 12-01-2011, 01:49 AM #1
Member
- Join Date
- Dec 2011
- Posts
- 1
- Rep Power
- 0
java.lang.NoClassDefFoundError when trying to run in NetBeans 6.9 in Windows XP
As the title says, I'm getting a main java.lang.NoClassDefFoundError when trying to run my program within NetBeans 6.9 in windows xp. The culprit is an external Jar Library in another path on my harddrive. In my library properties of my main project, I am adding the library as a project, so it will compile the external project and place it in my "dist" directory. The "build in classpath" box is checked also. Everything complies fine but still the runtime error. An example of he paths would look like the following:
c:/Project/Src/MainProject
c:/Project/CommonLibs/ExternalLibraryJar
Any help is much appreciated. Thanks in advance
Similar Threads
-
random java.lang.NoClassDefFoundError's in Netbeans
By lemmy101 in forum New To JavaReplies: 0Last Post: 12-19-2010, 06:23 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 -
java.lang.NoClassDefFoundError
By Psyclone in forum NetBeansReplies: 1Last Post: 02-28-2010, 11:03 PM -
java.lang.NoClassDefFoundError
By fred in forum Advanced JavaReplies: 3Last Post: 08-01-2007, 05:00 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks