JDK Glossary of Terms

Version 4 by wetmore
on Feb 11, 2008 18:32.

compared with
Current by BigAloha
on Sep 11, 2008 09:22.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View page history
* HotSpot
** The JDK VM or JVM. There are various implementations of the HotSpot VM: client, server, tiered, and kernel.
* Hotspot Express
** A new release model which somewhat disconnects the Hotspot VM releases from the JDK releases. Depending on the JDK release or the update release, the Hotspot team will choose which version of Hotspot will be integrated into that JDK. This creates a separate version and build number for the Hotspot VM inside the JDK, seen when you run 'java -version' saying something like "build 11.0-b15" or Hotspot version 11 build 15.
* JAVA_HOME
** An environment variable used to trigger the 'java' found in your PATH to use a different JDK image. Unfortunately, not all 'java' startup scripts obey this env variable. It's also used by many java tool startup scripts to determine what 'java' to run, bypassing the 'java' found in the PATH setting. Setting this variable during a JDK build is a bad idea, don't do it.

The individuals who post here are part of the extended Sun Microsystems community and they might not be employed or in any way formally affiliated with Sun Microsystems. The opinions expressed here are their own, are not necessarily reviewed in advance by anyone but the individual authors, and neither Sun nor any other party necessarily agrees with them.

Copyright 1994-2009 Sun Microsystems, Inc.
Powered by Atlassian Confluence
Sun Guidelines on Public Discourse Privacy Policy Terms of Use Trademarks Site Map Employment Investor Relations Contact