Home > OS >  The JDK configuration file command is wrong
The JDK configuration file command is wrong

Time:09-24

The great god to help me check my JDK configuration file command has a problem? Very urgent

CodePudding user response:

Export JAVA_HOME="/data/soft/Java"
The export PATH="$PATH: $JAVA_HOME/bin"
Export JRE_HOME="$JAVA_HOME/jre"
Export the CLASSPATH=": $JAVA_HOME/lib: $JRE_HOME/lib"


To provide the reference
  • Related