Contents tagged with JAVA_HOME
-
Jdeveloper Configuration: Setting the JAVA_HOME variable
Modify the jdeveloper configuration file(s). Default location will be:
C:\Oracle\Middleware\Oracle_Home\jdeveloper\jdev\bin\jdev.conf
also modify the setDomainEnv.cmd file in the user appdata … more
-
set JAVA_HOME via command line
setx -m JAVA_HOME "C:\Program Files\Java\jre1.8.0_151"
set the PATH as well, keeping in mind that a new cmd window will be required for the changes to take effect. Also, the BIN subdirectory … more