NoClassDefFoundError when running Netbeans 6.8 application

Posted by Malachi on Stack Overflow See other posts from Stack Overflow or by Malachi
Published on 2010-04-23T21:52:15Z Indexed on 2010/04/23 22:03 UTC
Read the original article Hit count: 317

Filed under:
|
|

My application has recently started throwing NoClassDefFoundError errors when I am running my application from within NetBeans. It never used to do this.

And when I run this outside of NetBeans using the command line argument that it provides once built, these errors are not produced

Is this a bug with Netbeans?

I have reinstalled NetBeans as I recently had another that was resolved by reinstalling, however the problem still persists.

http://stackoverflow.com/questions/2654892/symbol-error-in-java-application-using-netbeans-6-8-when-adding-a-shared-project

Within Netbeans

alt text

Outside NetBeans alt text

© Stack Overflow or respective owner

Related posts about netbeans6.8

Related posts about java