Skip to content

4.2.0.133

Compare
Choose a tag to compare
@michaelknigge michaelknigge released this 07 Mar 15:00
· 6 commits to enhanced since this release

This release introduces the new variable SELF_NAME and the new custom property janel.environment.file.

SELF_NAME contains the path and name of the Janel executable with a trailing ".exe" removed.

With janel.environment.file you can specify a file (in properties format) that contains additional environment variables to be set before entering the Java world.

Both together might be very useful:

janel.environment.file=${SELF_NAME}.env

Using this property, you can put a ".env file" right beside your executable that contains additional environment variables to be set.