Search
 
SCRIPT & CODE EXAMPLE
 

JAVA

where is java installed in ubuntu

readlink -f $(which java) 
Comment

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

where is java in ubuntu

$ whereis java
java: /usr/bin/java /etc/java /usr/share/java
Comment

PREVIOUS NEXT
Code Example
Java :: hashmap get value by key java 
Java :: java.lang.IllegalArgumentException: View=DecorView@5fd145b[MainActivity] not attached to window manager 
Java :: elif java 
Java :: convert arraylist to array int 
Java :: filter and map multiple fields from java stream 
Java :: largest number in an array in java 
Java :: list of string to string array in java 
Java :: how to sort arraylist 
Java :: binary search java 
Java :: how to create an array without knowing the size java 
Java :: implement two interfaces java 
Java :: hide app after install android studio 
Java :: print a list java 
Java :: Syntax of how to create ArrayList in Java 
Java :: Java The Throw/Throws Keyword 
Java :: java string join 
Java :: java character for end of file 
Java :: how to output a list in java 
Java :: new keyword in java 
Java :: int x = 3 & 5 
Java :: what is outer class in java 
Java :: Error:java: error reading C:UsersMeriem.m2 epositoryorgapachecommonscommons-lang33.12.0commons-lang3-3.12.0.jar; error in opening zip file 
Java :: java print boolean with spaces 
Java :: how to convert a string of characters to a stream of binary characters binary 
Java :: cookie jsf 
Java :: java get year difference between two dates 
Java :: read many lines from stdn java 
Java :: java scanner int to string 
Java :: treeset java descending order using comparator 
Java :: java array object 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =