Wednesday, April 4, 2018

Environment variables for java installation

Java SE Development Kit 8u112 on a 64-bit Windows 7 or Windows 8

 
Enter the Variable name as JAVA_HOME and the value to your jdk bin path ie c:\Programfiles\Java\jdk-1.7\bin



Follow the Above step and edit the Path in System Variables add the following ;c:\Programfiles\Java\jdk-1.6\bin in the value column


Your are done setting up your environment variables for your Java , In order to test it go to command prompt and type
 java  
who will get a list of help doc
In order make sure whether compiler is setup Type in cmd
  javac

set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_144\jre\bin

 

set.SERVER_NAME=server0



No comments:

Post a Comment

Oracle Database 19c Installation on Oracle Linux 7

Pre-installation settings before installing Oracle Database 19c SELinux If the OS is to be used for an Oracle installation, it is ...