I have a problem with an executable jar file. When I launch my jar file with Windows command line, all is good :
java -jar updater.jar
When I double click on my jar file, nothing happens.
This problem appeared when I added graphic support to my application (org.eclipse.jface and org.eclipse.swt).
My MANIFEST.MF :
Main-Class: Updater
Class-Path: libs/
Thank you in advance