Skip to main content

Posts

Showing posts from 2016

JRE Location is either invalid or not specified while Installation of Tuxedo 12 on Oracle Enterprise Linux 7.2

JRE Location is either invalid or not specified while Installation of Tuxedo 12 on Oracle Enterprise Linux 7.2 on Virtual Box 5.2 In the oraparam.ini  JRE_LOCATION is specified but it does not exist. Resolution: Provide correct JAVA_HOME and add to the .bashrc or your profile file. In my case I did "which java" , resulted in "/usr/bin/java" and "java -version" to confirm my java installation. Added "JAVA_HOME=/usr" to the .bashrc file and relogged into ssh ran "./runinstaller.sh"  (I got error running ./runInstaller)