User Tools

Site Tools


raspberrypi:java

Differences

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

Link to this comparison view

Next revision
Previous revision
raspberrypi:java [2013/09/26 22:42] – created 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/
  
-Up to the point of setting the java bin in the pathbecause I personally think that if java lives with the ''alternative'' ecosystem to make links to every java program, why should I have to abandon this?? For me it's better to set it up as the same raspbian will do.+To make java available as command to all usersjust 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.1380228139.txt.gz · Last modified: 2022/12/02 22:02 (external edit)