# MyJavaProps.txt                    UTF-8                  dh:2007-03-22
#
# These are the properties that I am interested in.  They were produced
# by a java.lang.System.Properties().list(java.lang.System.out) operation.


sun.boot.library.path=C:\Program Files\Java\jdk1.5.0_09\jre...
    I don't want to use this because it is too Sun-specific

java.vm.version=1.5.0_09-b01
java.vm.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
    The above three are useful and not unlike what is needed in our Jars

path.separator=;
    Important to know when manipulating various things.

java.runtime.version=1.5.0_09-b01

java.endorsed.dirs=C:\Program Files\Java\jdk1.5.0_09\jre...
    Not sure what this is - I need to see the details

java.library.path=.;..\..\

java.home=C:\Program Files\Java\jdk1.5.0_09\jre
    This might be where we want to use the \lib subdirectory

java.version=1.5.0_09

# $Header: /ODMdev/info/odma/odmjni100/test/Deploy05/MyJavaProps.txt 1     07-03-25 17:23 Orcmid $
#
# 0.00 2007-03-22-22:41 Capture MyJavaProps from a preliminary version of
#      ListProps 0.00 just to see what the properties list looked like.
#
#                  *** end of MyJavaProps.txt ***
