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

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.
Labels (1)
0 Kudos
(2) Replies
pavan_kumar_ds
Level 5

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!"
0 Kudos
jchfeng
Level 4

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?
0 Kudos