This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Using system variables in JVM file
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 19, 2006
01:35 PM
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.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 19, 2006
01:42 PM
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 29, 2006
03:47 PM
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.