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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: How to specify jjvm path explicitely from command line?
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
‎Sep 02, 2009
03:30 PM
How to specify jjvm path explicitely from command line?
I am looking for a way to specify jvm path explicitely to installer from command line.
There might be a case when bundled VM pack in not working and installer is ending up with a error message like Can not find a valid java vertual machine to load. You may need to reinstall a supported Java vertual machine.
In above case is there any way we can explicitely specify a alternative jvm to installer on command line? For example installer.exe jre_path=C:\temp\ so that installation can be procceed.
There might be a case when bundled VM pack in not working and installer is ending up with a error message like Can not find a valid java vertual machine to load. You may need to reinstall a supported Java vertual machine.
In above case is there any way we can explicitely specify a alternative jvm to installer on command line? For example installer.exe jre_path=C:\temp\ so that installation can be procceed.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 03, 2009
02:15 AM
Hi Praveen,
From the command line pass the following command so that your installer will lauch successfully.
Before you launch the installer. Install the JAVA of which version you wanted your installer to pick
install.exe LAX_VM C:\Program Files\Java\jre6\bin\java
This will launch your installer successfully.
Thanks,
Indraneel.
From the command line pass the following command so that your installer will lauch successfully.
Before you launch the installer. Install the JAVA of which version you wanted your installer to pick
install.exe LAX_VM C:\Program Files\Java\jre6\bin\java
This will launch your installer successfully.
Thanks,
Indraneel.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 09, 2009
02:39 AM
Thanks a bunch!! 🙂 It worked. 😄