Greetings!
I've developed an application in Eclipse using SWT. It runs fine in Eclipse by using Run->Run as->
Java Application.
When I try to run the application outside of Eclipse, I use the -Djava_library_path to point to the SWT libs, but I always receive this error:
Exception in
thread "main" java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Composite
I get the same when I try to package it in a jar; I'm not even sure how to package up an SWT app in a jar. I fairly new to Eclipse and SWT so any suggestions are welcome.
Regards,
Nigel