Hello all
I have successfully compiled my project in the netbeans IDE but the jar file will not run due to the following error in terminal:
Exception in thread "main" java.lang.NoClassDefFoundError: org/jdesktop/layout/GroupLayout$Group
I have run previous versions of the jar file without this problem. Can anyone point me to the cause of this problem?
Thank you in advance