User Tools

Site Tools


raspberrypi:java

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
raspberrypi:java [2013/09/29 15:04] rlunaroraspberrypi:java [2022/12/02 22:02] (current) – external edit 127.0.0.1
Line 7: Line 7:
 http://www.geekytheory.com/tutorial-raspberry-pi-11-como-instalar-java/ http://www.geekytheory.com/tutorial-raspberry-pi-11-como-instalar-java/
  
 +To make java available as command to all users, just edit the ''/etc/profile'' file:
  
 +<code>
 +#rlunaro
 +PATH=$PATH:/usr/local/java/bin
 +export PATH
  
 +JAVA_HOME="/usr/local/java"
 +export JAVA_HOME
 +
 +</code>
raspberrypi/java.1380459840.txt.gz · Last modified: 2022/12/02 22:02 (external edit)