getting invalid java path
i'm getting the following error :
[exec] The JDK wasn't found in directory /usr/java/java/jdk1.7.0_95/.
[exec] Please edit the startWebLogic.sh script so that the JAVA_HOME
[exec] variable points to the location of your JDK.
[exec] Error: JAVA_HOME is not defined correctly.
[exec] We cannot execute /usr/java/java/jdk1.7.0_95//bin/java
i've double checked the setDomainEnv.sh and the java home is set to /usr/java/latest which points to
/usr/java/jdk1.7.0_95, the PATH statement has the correct path for java, the command which java , and java -version return the correct information..
is there any way i can see where the invalid java directory name is being created ?