While running RCU
Error Message : "Cannot find the javaw.exe"
Action:
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:
- Right click on computer
- Go to Properties
- Advanced settings
- Click on Environment variables
- Click on new
- 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
- --- LINUX/UNIX
export JAVA_HOME=/usr/java/jdk1.7.0_25export ODI_JAVA_HOME=/usr/java/jdk1.7.0_25
No comments:
Post a Comment