java.cfg

Package: WA2L/WinTools 1.2.08
Section: Configuration Files (4)
Updated: 13 March 2019
Index Return to Main Contents

 

NAME

java.cfg - configuration file for commands using java

 

SYNOPSIS

WA2LWinTools/etc/java.cfg

 

AVAILABILITY

WA2L/WinTools

 

DESCRIPTION

This is the optional configuration file for the all commands using java to run.

Java is not distributed with WA2L/WinTools but can be downloaded for example as portable version from: https://portableapps.com/apps/utilities/java_portable.

 

FILEFORMAT

Rows starting with # are considered as comments.

The file format is OPTION=VALUE

Between the OPTION , the = and the VALUE are no spaces.

You can comment out any OPTION or completely remove the related setting line to use the default settings.

 

OPTIONS

JAVA_PATH
The JAVA_PATH can be specified as a semicolon (;) separated list of directories if there are more possibilities to find the java.exe command on the system(s).

The path specified in JAVA_PATH=path is pre-pended to the to the default JAVA_PATH setting and the system %PATH% variable.

Example: JAVA_PATH=%ProgramFiles%\Java\jre1.8.0_192\bin;%ProgramFiles(x86)%\Java\jre1.8.0_192\bin

Default: JAVA_PATH=%INSTALLDIR%\..\Java\bin;%INSTALLDRIVE%:\bin\Java\bin


 

EXAMPLES

1) Simple example configuration file

#
# java.cfg - Configuration file for java
#
# [00] 12.03.2019 CWa   Initial Version
#

JAVA_PATH=%INSTALLDRIVE%:\bin\JavaPortable\bin;%ProgramFiles%\Java\jre1.8.0_192\bin;%ProgramFiles(x86)%\Java\jre1.8.0_192\bin

 

SEE ALSO

wintoolsintro(1), java(1), https://portableapps.com/apps/utilities/java_portable

 

NOTES

-

 

BUGS

-

 

AUTHOR

java.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 WA2LWinTools/man/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
EXAMPLES
SEE ALSO
NOTES
BUGS
AUTHOR
COPYRIGHT

This document was created by man2html using the manual pages.
Time: 16:32:12 GMT, September 14, 2024