User Tools

Site Tools


howto:linux:install:raspbian

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
howto:linux:install:raspbian [2015/09/18 13:12]
szati [Configure Java]
howto:linux:install:raspbian [2015/09/18 13:19]
szati [Configure Java]
Line 50: Line 50:
 <code> <code>
 pi@raspberrypi ~ $ java -version pi@raspberrypi ~ $ java -version
-java version "1.8.0_06+java version "1.8.0_60
-Java(TM) SE Runtime Environment (build 1.8.0_06+Java(TM) SE Runtime Environment (build 1.8.0_60-b27
-Java HotSpot(TM) Client VM (build 25.0-b04, mixed mode)+Java HotSpot(TM) Client VM (build 25.60-b23, mixed mode)
 </code> </code>
  
Line 60: Line 60:
  
 Enter the following: Enter the following:
-<code>JAVA_HOME="/opt/jdk1.8.0"</code>+<code>JAVA_HOME="/opt/jdk1.8.0_60"</code>
 Exit nano making sure you save the file. Exit nano making sure you save the file.
  
Line 68: Line 68:
 Put the entries at the end of the file:  Put the entries at the end of the file: 
 <code> <code>
-export JAVA_HOME="/opt/jdk1.8.0"+export JAVA_HOME="/opt/jdk1.8.0_60"
 export PATH=$PATH:$JAVA_HOME/bin export PATH=$PATH:$JAVA_HOME/bin
 </code> </code>
howto/linux/install/raspbian.txt · Last modified: 2016/01/27 16:45 by szati