Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

java ubuntu

Step 1:

Make sure that your PC (Ubuntu)is having the latest version of the Java JDK (Java Development Kit).

If it is not available then type the following command from the terminal:

    sudo apt-get install openjdk-6-jdk

This above code will install the jdk onto your PC.
Step 2:

Next step is downloading the latest version of the jGrasp from the official website of jGrasp.

The link is http://www.jgrasp.org/

Or you can directly click the below link to directlly download the .zip file of jGrasp.

The link is http://www.jgrasp.org/dl4g/jgrasp/jgrasp202b5.zip
Step 3:

Now you have to install the lsb-core in the ubuntu which is the Linux Standard Base.

The following can be installed from the terminal by typing command as

    sudo apt-get install lsb-core

Step 4:

Extract the .zip folder and then move to the folder jgrasp/bin and make a link of the jgrasp.

This is done using the Make Link when right click on the jgrasp file which will result in the Link to jgrasp file.
Step 5:

Rename this file to jgrasp1 or any thing of your choice.]
Step 6:

Move this file to /usr/bin and you are good to go.
Step 7:

You can run the application (jgrasp) by running a command jgrasp1 from the terminal.
Comment

PREVIOUS NEXT
Code Example
Shell :: gpg2 install ubuntu 
Shell :: ls show octal permissions 
Shell :: for loop on date in bash 
Shell :: reinstall xcode cli tools 
Shell :: how to install node js on chromebook 
Shell :: git config location 
Shell :: docker centos no space left on device 
Shell :: roll back last commit in git 
Shell :: installing pip in ubuntu 
Shell :: nvm install lts 
Shell :: nodemon command not found linux 
Shell :: hardhat install 
Shell :: git temporarily ignore changes to tracked file 
Shell :: how to remove an apt repository 
Shell :: pycharm ubuntu 20.04 
Shell :: git cannot spawn gpg no such file or directory 
Shell :: git remove las remotet commit 
Shell :: apt-get install ps 
Shell :: git submodule update init 
Shell :: install nasm ubuntu 
Shell :: ionic cli 
Shell :: ubuntu set timezone 
Shell :: give 777 permission folder and subfolders in linux 
Shell :: codineer digital 
Shell :: npm vercel 
Shell :: how to check machine is 32bit or 64bit linux 
Shell :: how to read temperature in linux 
Shell :: linux start mongodb 
Shell :: git name change mac 
Shell :: zsh: corrupt history file /home/pi/.zsh_history 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =