cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sumitpendharkar
Level 4

Using system variables in JVM file

I want to create a new jvm file and would like to use an system variable in the path hint. Is this possible? Thx.
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

For UNIX-style systems, the PLATFORM_HINT: section of the .jvm file can take one environment variable name per line; for Windows .jvm files, if nothing else you can add the environment-variable registry keys to the PLATFORM_HINT: section.
0 Kudos
sumitpendharkar
Level 4

I created jvm instruction files and added the PLATFORM_HINT for Unix. Still it searches the path first and then the environment variables I have specified. Is it possible to bypass searching the path. Thx.
0 Kudos