The strings used to designate the values for
the keys in the Java dictionary can use two special variables to
simplify specifying path names. These variables should be used only in
the Java dictionary of the Info.plist file.
They are:
$JAVAROOTThe default Java root directory for an application bundle
is Contents/Resources/Java. Use this variable
to refer to that directory. If you want to change the Java root
directory for the application bundle, add $JAVAROOT directory
to the JNI search path
$APP_PACKAGEThis variable expands into the path to the root directory of the application bundle.
© 2004 Apple Computer, Inc. All Rights Reserved. (Last updated: 2004-10-05)