Wolfgang Neckel
2005-04-26 15:34:01 UTC
Hiyo all!
If I may be so bold as to ask another novice question:
What I like about the Design layout for building GUIs with NetBeans is
that there is also the possibility to use that AbsoluteLayout feature! :-)
That functions great on PCs where I have NetBeans installed. But if I just
want to be able to run the programm on another computer by using the .jar
file NetBeans build for me, I encounter the following problem:
java -jar JavaProject1.jar
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError:
org/netbeans/lib/awtextra/AbsoluteLayout
Does anyone have an idea what I am doing wrong? Thankx in advance!!
Regards,
Wolfgang
If I may be so bold as to ask another novice question:
What I like about the Design layout for building GUIs with NetBeans is
that there is also the possibility to use that AbsoluteLayout feature! :-)
That functions great on PCs where I have NetBeans installed. But if I just
want to be able to run the programm on another computer by using the .jar
file NetBeans build for me, I encounter the following problem:
java -jar JavaProject1.jar
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError:
org/netbeans/lib/awtextra/AbsoluteLayout
Does anyone have an idea what I am doing wrong? Thankx in advance!!
Regards,
Wolfgang