User Tools

Site Tools


java_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
java_notes [2021/05/29 22:41] rajujava_notes [2021/05/29 22:59] (current) raju
Line 6: Line 6:
  
   * Download Java   * Download Java
-http://www.java.com/en/download/linux_manual.jsp → scroll to the bottom → click link under "Linux x64" → jre-8u271-linux-x64.tar.gz+http://www.java.com/en/download/linux_manual.jsp → scroll to the bottom → click link under "Linux x64" → jre-8u291-linux-x64.tar.gz 
  
 Move the tar.gz file into ~/software/zipped/java Move the tar.gz file into ~/software/zipped/java
Line 13: Line 14:
 <code> <code>
 cd ~/software/unZipped cd ~/software/unZipped
-tar xzvf ~/software/zipped/java/jre-8u271-linux-x64.tar.gz -C .+tar xzvf ~/software/zipped/java/jre-8u291-linux-x64.tar.gz -C .
 </code> </code>
  
Line 19: Line 20:
 <code> <code>
 # For Java # For Java
-export PATH=$HOME/software/unZipped/jre1.8.0_271/bin:$PATH+export PATH=$HOME/software/unZipped/jre1.8.0_291/bin:$PATH
 </code> </code>
  
java_notes.1622328110.txt.gz · Last modified: 2021/05/29 22:41 by raju