Class FindJavaHome

java.lang.Object
  extended by FindJavaHome

public class FindJavaHome
extends java.lang.Object

This program provides a utility that may be used to automatically determine an appropriate JAVA_HOME setting when invoked by a Java executable that may already be in the environment path.

Author:
Neil A. Wilson

Constructor Summary
FindJavaHome()
           
 
Method Summary
static void main(java.lang.String[] args)
          Performs the work of determining the location of the Java installation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindJavaHome

public FindJavaHome()
Method Detail

main

public static void main(java.lang.String[] args)
Performs the work of determining the location of the Java installation.

Parameters:
args - The command-line arguments provided to this program.