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
- :
- Unsupported version of JVM
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 23, 2013
10:31 PM
Uninstall: Could not find a valid Java virtual machine to load
Hi all,
I build a winows 32 bit IA installer with VM bundled. the output format is web installer.
I can successfully install it on a machine without Java installed.
But when uninstall it, There are LaunchAnywhere Error:
"Could not find a valid Java virtual machine to load.
You may need to reinstall a supported Java virtual Machine"
Why there are such kind of error and how to fix it? in case that the installer has JVM bundled.
I build a winows 32 bit IA installer with VM bundled. the output format is web installer.
I can successfully install it on a machine without Java installed.
But when uninstall it, There are LaunchAnywhere Error:
"Could not find a valid Java virtual machine to load.
You may need to reinstall a supported Java virtual Machine"
Why there are such kind of error and how to fix it? in case that the installer has JVM bundled.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 24, 2013
07:19 AM
jchfeng wrote:
Hi all,
I build a winows 32 bit IA installer with VM bundled. the output format is web installer.
I can successfully install it on a machine without Java installed.
But when uninstall it, There are LaunchAnywhere Error:
"Could not find a valid Java virtual machine to load.
You may need to reinstall a supported Java virtual Machine"
Why there are such kind of error and how to fix it? in case that the installer has JVM bundled.
" There must be unsupported version of JVM bundled" check for the right version of JVM and bundle it! Cross check with your system architecture!"
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 25, 2013
01:28 AM
pavan kumar ds wrote:
" There must be unsupported version of JVM bundled" check for the right version of JVM and bundle it! Cross check with your system architecture!"
The JVM I used to bundle is:
C:\\Program Files (x86)\\InstallAnywhere 2012\\resource\\installer_vms\\SunJRE160_15Win32.vm
The server to install is Windows 2008. I think SunJRE160_15Win32.vm should work on Windows 2008, right? And the installation is quite all right but uninstallation will fail. why?