12.2. The Installation Directory <java.home>

The term <java.home> is used throughout this book to refer to the value of the java.home system property, which specifies the directory where the JRE is installed. This is the top-level directory of the JRE, or the jre directory in the Java 2 SDK (J2SDK) software. For example, if you have J2SDK 1.4 installed on Solaris in a directory named /home/user1/j2sdk1.4.0 or on Win32 in a directory named C:\j2sdk1.4.0, <java.home> refers to the following directory:

/home/user1/j2sdk1.4.0/jre   [Solaris]
C:\j2sdk1.4.0\jre            [Win32]

Similarly, if you have JRE 1.4 installed on Solaris in a directory named /home/user1/j2re1.4.0 or on Win32 in a directory named C:\j2re1.4.0,<java.home> refers to the following directory: ...

Get Inside Java™ 2 Platform Security: Architecture, API Design, and Implementation, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.