> ./run.sh: /home/cmpcore/jdk141_05/bin/java: not
> found
This tells me that JAVA_HOME is set to /home/cmpcore/jdk141_05, as JAVA_HOME is used to determine the full path of the java binary.
Some Unix systems have a 'locate' command. Try 'locate java' and see if it tells you where it is. At any rate, you will need to set JAVA_HOME to point at the base Java installation.
Brian