Sunday, July 5, 2015

"Cannot find the javaw.exe"

While running RCU
Error Message : "Cannot find the javaw.exe"

Action:
JAVA_HOME is a regular path when ever we install JDK in our machine and if it is not supporting to other tools.

ODI_JAVA_HOME we need to set as same JDK path because ODI required Java engine and it is backgrond process for ODI studio

Process:
  1. Right click on computer 
  2. Go to Properties
  3. Advanced settings
  4. Click on Environment variables
  5. Click on new
  6. Set values      --- Windows

set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_25
set ODI_JAVA_HOME=C:\Program Files\Java\jdk1.7.0_25 
  1.                     --- LINUX/UNIX
    export JAVA_HOME=/usr/java/jdk1.7.0_25
    export ODI_JAVA_HOME=/usr/java/jdk1.7.0_25

No comments:

Post a Comment