Wie kann ich Java zu Hause machen?
echo %JAVA_HOME%
Ugliest Unicorn
echo %JAVA_HOME%
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
# Add JAVA bin directory to the PATH variable
export PATH=$PATH:$JAVA_HOME/bin
/usr/libexec/java_home
chmod 755 gradlew
echo $JAVA_HOME
JAVA_HOME is an operating system (OS) environment variable which can optionally be set after either the Java Development Kit (JDK) or the Java Runtime Environment (JRE) is installed. The JAVA_HOME environment variable points to the file system location where the JDK or JRE was installed.