Hi
I have created an Appliaction using JBuilder Foundation 2005. When runed from JBuilder everything is ok and it works perfectly. Next I have made a jar out of it by using jdk1.4 included in JBuilder. Now when I try to run the application from console (by writing: java -jar tmp1.jar) I get an error as fallows
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/borland/jbcl/layout/XYLayout
at tmp1.Frame1.<init>(Frame1.java:69)
and so on.
From what I understand it has a problem with the XY Layout which I used often in my application. I would not like to have to change the whole Layout since I'm using many frames with many elemnts, both because it would take a lot of time and because JBuilder's Foundation Designer has problem with PaneLayout with many elements.
I hope You can help me and if you can, keep in mind that I am new in Java Programing and Envoirment and try to make the anwser simple and easy to understand/fallow.
Thx in advance.
I have created an Appliaction using JBuilder Foundation 2005. When runed from JBuilder everything is ok and it works perfectly. Next I have made a jar out of it by using jdk1.4 included in JBuilder. Now when I try to run the application from console (by writing: java -jar tmp1.jar) I get an error as fallows
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/borland/jbcl/layout/XYLayout
at tmp1.Frame1.<init>(Frame1.java:69)
and so on.
From what I understand it has a problem with the XY Layout which I used often in my application. I would not like to have to change the whole Layout since I'm using many frames with many elemnts, both because it would take a lot of time and because JBuilder's Foundation Designer has problem with PaneLayout with many elements.
I hope You can help me and if you can, keep in mind that I am new in Java Programing and Envoirment and try to make the anwser simple and easy to understand/fallow.
Thx in advance.