4.2.0.133
·
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.