Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.lang.NoClassDefFoundError

843804Aug 18 2005 — edited Aug 19 2005
Hi!

I finished my application, but when I want run it from command line (java -jar Client.jar), I get next error:


Exception in thread "main" java.lang.NoClassDefFoundError org/netbeans/lib/awtextra/AbsoluteLayout


I use NetBeans 4.1and added the library "AbsoluteLayout" using the project properties in "Compile" and "Run", but I don't know where's the problem.

Any idea?

Thanks!!

PS. If I take off the "AbsoluteLayout" layout and use "Null layout" the program run perfectly, but this isn't an option :)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 16 2005
Added on Aug 18 2005
2 comments
548 views