I am using Install4J 6.1.5 and I am trying to modify the classpath using a manually constructed vmoptions file and the slightly documented -classpath/a vmoptions file instruction.
It appears that the -classpath/a and -classpath/p options do not support paths with environment variables in them, at least in linux launchers. When I include:
-classpath/a ${HOME}/.ssheena-server/resources
To a vmoptions file, the ${HOME} appears in its' unaltered form in the launchers' -classpath parameter when I look at the java process using ps -ef:
-classpath /opt/bids/ssheena-server/.install4j/i4jruntime.jar:${HOME}/.ssheena-server/resources
Is there a way to use -classpath/a that will support using environment variables?