How to Install Jar Files in Ubuntu
To install a jar file in ubuntu and its flavored OS:
Steps :
- Open Terminal (Ctrl+Alt+T)
- Syntax: java -jar <path to jar>/filename.jar
Eg: java -jar /home/gulshan/OpenJump.jar - That's it. Follow the instructions and you are ready to go.
- 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