After upgrading to 14.04. I ran into problems with opening .jar files. Double clicking on Client.jar
doesn't open it. I tried right clicking and selecting both , OpenJDK Java 7 runtime and OpenJDK Java 6 runtime with no success.
Program runs fine from Eclipse and I can run it from terminal using java -jar Client.jar
, but it's somewhat inconvenient.
How can I make it run by double-clicking the .jar file ?
P.S.
Double clicking on .jar worked fine on 12.04.
Exec=java -jar Client.jar
(I also tried absolute address) but that didn't work either. Any other ideas ? – IlmarsL Jul 27 '14 at 08:56