I have installed an application, when I try to run it (it\'s an executable jar) nothing happens. When I run it from the commandline with:
java -jar \
I found a new solution to bad manifest generation !
Click on for META-INF
Add or edit
Add:
Create a text file called MANIFEST.MF in a folder called META-INF and add the following line:
Save the file and add it to the zip
Edit:
Open cmd and type: java -jar c:/path/JarName.jar
It should work fine now !