Wednesday, 13 September 2017

Install Jar Files in Ubuntu

How to Install Jar Files in Ubuntu


To install a jar file in ubuntu and its flavored OS: 

Steps :

  1. Open Terminal (Ctrl+Alt+T)
  2. Syntax: java -jar <path to jar>/filename.jar
    Eg: java -jar /home/gulshan/OpenJump.jar
  3. That's it. Follow the instructions and you are ready to go.
  4. If possible, check the following command: java -version in terminal.

Case Study:

I have downloaded openjump from here : http://openjump.org/ which contains a jar file.
Then I installed with the above steps.

No comments:

Post a Comment

Install Jar Files in Ubuntu

How to Install Jar Files in Ubuntu To install a jar file in ubuntu and its flavored OS:  Steps : Open Terminal (Ctrl+Alt+T) Sy...