Error (NoClassDefFoundErro) loading applet
I am using Netbeans 7.3, JRE 1.7.0_11, Java SE 7 update 40, on Mac 10.8.5.
I have created a JApplet GUI form which I have embedded in a applet tag
within a HTML doc, which I have created in a Java Wed application. We I
try to run in Safari I get the following error:
java.lang.NoClassDefFoundError org/jdesktop/layout/GroupLayout$Group
I have searched the net, it seems a common issue, ive found that some
people resolved this error by changing : Prefernecs-Java-GUI Builder -
Layout Generation Style from Automatic to Swing Layout Extension Library.
(from Automatic) & also tried importing swing.groupLayout but netbeans
flags as a unused import.
But I am still getting the same error. Any feedback appreciated.
I have also posted this same question on code ranch and submitted it to
netbeans forum but have had no luck to date.
Cheers
No comments:
Post a Comment