Between the OPTION, the = and the VALUE are no spaces.
Rows starting with a # are considered as comments.
You should not comment out any OPTION If you like to use default settings simply do not specify a VALUE.
It is supported to use wildcards in the file path.
Example:  JAVA_COMMAND="
            /opt/java1.5*/jre/bin/java
            /opt/java1.4*/jre/bin/java
            /opt/prm/bin/jre/bin/java
            /ora/product/*/jre/*/bin/java
            /usr/bin/java
          "
Default:  JAVA_COMMAND="
            /usr/java/jre*/bin/java
            /usr/java/jdk*/bin/java
            /usr/java/jdk*/jre/bin/java
            edrc/lib/$OSID/jre*/bin/java
            edrc/lib/$OSID/jdk*/bin/java
            /usr/bin/java
          "
This is free software; see edrc/doc/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.