I'm trying to run a Jar file on ubuntu 14.04. I've already installed OpenJDK Java 6 and 7 Runtime and turned the jar file to be executable. I double click on the file but nothing seems to happen!
I also read the given directions below but I cannot understand what to do:
#!/bin/bash
java -jar Hypatia_7.4_Masterclass.jar
Should I write something on the terminal in order to run the file?
java -jar Hypatia_7.4_Masterclass.jar
on the command line? – tudor -Reinstate Monica- Mar 06 '17 at 01:10