Linux Weblogic related environment variable setting

  
The following is the Weblogic12c installation and configuration environment as an example. 1. View the JAVA version and running path. (1) View the current running JAVA version #java -version (2) View the currently running JAVA path #which java 2. Environment variable setting export JAVA_HOME=/dba/soft/jdk1.6.0_34 export PATH=$JAVA_HOME/bin:$PATH export WLS_HOME=/dba/wls/Oracle/Middleware 3. Output environment variable value [weblogic@ol6rac1 ~]$ echo $JAVA_HOME /dba/soft/jdk1.6.0_34 [weblogic@ol6rac1 ~]$ echo $PATH /dba/soft/jdk1.6.0_34/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin :/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/weblogic/bin [weblogic@ol6rac1 ~]$ echo $WLS_HOME /dba/wls/Oracle/Middleware : Li Junjie (net name: stepping on the point), engaged in "system architecture, operating system, storage devices, databases, middleware, applications" six levels of system performance optimization work Welcome to join the system performance optimization professional , To discuss performance optimization techniques. Group number: 258187244
Copyright © Windows knowledge All Rights Reserved