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
- :
- Installation package report "jvm not found" error on Upgrade
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
Oct 09, 2008
04:36 AM
Installation package report "jvm not found" error on Upgrade
Hi,
I am new to Installshield.
When it come to Upgrading, my package always report error "jvm not found".
I have seen that, someone said, it can work by setting "Resolve On Reinstalls" of "Uninstaller JVM Resolution" to false.
However, it don't work for me.
I have attached the log file with the post.
Is there anyone can help me?
Thanks a lot.
I am new to Installshield.
When it come to Upgrading, my package always report error "jvm not found".
I have seen that, someone said, it can work by setting "Resolve On Reinstalls" of "Uninstaller JVM Resolution" to false.
However, it don't work for me.
I have attached the log file with the post.
Is there anyone can help me?
Thanks a lot.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 20, 2008
10:33 AM
Technically - the JVM used for installs is different then what is used for Un-installs. The "Resolve On Reinstalls" of "Uninstaller JVM Resolution" is only for the Uninstaller JVM. It basically states if there is one there - use that for the uninstall of this install. Hope that's not too confusing.
I think from your question you are creating an Update, not an Upgrade and getting a 'jvm not found error' on installing. There can be a number of reasons for this error. Are you searching for a JVM or are you using a bundled JVM? What platform are you installing on? I know I've had issues on unix/linux systems if the user had something like /usr/bin/java becuse the installer thinks it is the JAVAHOME/bin/java and throws the error because it is looking for JAVAHOME/lib or /usr/lib and does not find the JVM libraries.
Also check if what the env CLASSPATH or JAVAHOME vars are set to, unset them for the install and see if that works.
Regards,
Tom
I think from your question you are creating an Update, not an Upgrade and getting a 'jvm not found error' on installing. There can be a number of reasons for this error. Are you searching for a JVM or are you using a bundled JVM? What platform are you installing on? I know I've had issues on unix/linux systems if the user had something like /usr/bin/java becuse the installer thinks it is the JAVAHOME/bin/java and throws the error because it is looking for JAVAHOME/lib or /usr/lib and does not find the JVM libraries.
Also check if what the env CLASSPATH or JAVAHOME vars are set to, unset them for the install and see if that works.
Regards,
Tom