java.lang.NoClassDefFoundError
843804Aug 18 2005 — edited Aug 19 2005Hi!
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 :)