java_wrapper.cfg

Package: WA2L/edrc 1.5.57
Section: Configuration Files (4)
Updated: 10 November 2020
Index Return to Main Contents

 

NAME

java_wrapper.cfg - configuration file for .java_wrapper

 

SYNOPSIS

edrc/etc/java_wrapper.cfg

 

AVAILABILITY

WA2L/edrc

 

DESCRIPTION

This is the configuration file for the .java_wrapper command.

 

FILEFORMAT

The fileformat is OPTION=VALUE

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.

 

OPTIONS

JAVA_COMMAND
Space separated search sequence to the java command.

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
          "

 

SEE ALSO

edrcintro(1), java_wrapper(1)

 

NOTES

-

 

BUGS

-

 

AUTHOR

java_wrapper.cfg was developed by Christian Walther. Send suggestions and bug reports to wa2l@users.sourceforge.net .

 

COPYRIGHT

Copyright © 2020 Christian Walther

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.


 

Index

NAME
SYNOPSIS
AVAILABILITY
DESCRIPTION
FILEFORMAT
OPTIONS
SEE ALSO
NOTES
BUGS
AUTHOR
COPYRIGHT

This document was created by man2html using the manual pages.
Time: 00:14:06 GMT, March 08, 2025