I ran into a strange issue.When double click an executable jar it won't open however if I do the following it starts without a problem:
java -jar working_neon.jar
This jar is a swing gui application.The jar file creation is done by eclipse Here is the manifest file:
Manifest-Version: 1.0
Rsrc-Class-Path: ./ miglayout15-swing.jar Message.jar org.apache.commo
ns.io.jar
Class-Path: .
Rsrc-Main-Class: gui.FileCopyManager
Main-Class: org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader
Any ideas?