java.home : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

java.home
java.home is a system property that describes where the JRE (Java Runtime Environment) is. It would normally have a value such as: C:\Program Files\java\jre1.8.0_131\ which is the shorthand DOS (Disk Operating System) name of for the JRE directory. You can discover it in
String home = System.getProperty( "java.home" );

It is also wise to set up a JAVA_HOME environment variable to C:\Program Files\java\jre1.8.0_131\ if you have just the JRE installed or J:\Program Files\java\jdk1.8.0_131\ if you have the JDK (Java Development Kit) installed.


This page is posted
on the web at:

http://mindprod.com/jgloss/javahome.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\javahome.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[54.234.136.147]
You are visitor number