How to run a .jar file in Linux(ubuntu)
To run a .jar file first make sure that latest version of java is installed. To check the version of java type
java -version in command line
To run a jar file type in command line java -jar filename.jar
java -version in command line
To run a jar file type in command line java -jar filename.jar
Comments
Post a Comment