Answers for "home, environment variable that is used to set the java path while java installation"

2

set java home path

export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64

# Add JAVA bin directory to the PATH variable
export PATH=$PATH:$JAVA_HOME/bin
Posted by: Guest on July-22-2020

Code answers related to "home, environment variable that is used to set the java path while java installation"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language