java - converting .jar file to .exe in ubuntu -


trying convert jar file executable 1 on ubuntu 14.04 platform.the executed command java -jar bank.jar , throws msg no main manifest attribute, in bank.jar

kindly me fix issue

you doon't need convert jar executable. need manifest file in jar. here can read solution:

can't execute jar- file: "no main manifest attribute"


Comments