Hi,
I'm not very familiar with swt and eclipse. I made a simple program
which only show a window with a menu bar on it using swt. I can run it
with eclipse but when I tried to export it to jar and execute it with
"java -jar program.jar" I get "Exception in thread "main"
java.lang.NoClassDefFoundError:
org/eclipse/swt/events/SelectionListener". I've edited the manifest.mf
file and add "Classpath: swt.jar" on it but the error still there. (I
folowed this instruction on the net with no luck:
http://blog.redditech.com/professional/solution-to-problem-running-swt-app-from-jar/)
Any idea what I'm missing here?