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 Knowledge Base
- :
- Creating a VM Pack Using the Create JRE VM Pack Wizard
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Creating a VM Pack Using the Create JRE VM Pack Wizard
Creating a VM Pack Using the Create JRE VM Pack Wizard
Summary
How to create a JVM pack using InstallAnywhere's Create JRE VM Pack WizardSynopsis
This article provides steps on creating JRE VM packs using the built-in wizard for InstallAnywhere.Discussion
To create a JRE VM pack within InstallAnywhere:- In the Advanced Designer, on the "Tools" menu, click "Wizards," then click "Create JRE VM Pack."
- Click the "Choose" button next to "Choose directory where VM is installed" and browse to the jre directory that contains the VM. This directory must be named jre. If the VM that you want to use is in directory named something other than jre?such as in a directory that is named jre1.6.0_07?you need to copy the entire contents of the directory to a directory named jre and then select that location for the "Choose directory where VM is installed" setting. (Note: It is recommended that you copy of the contents of the directory to a new directory named jre instead of renaming the existing directory.)
- Click the "Choose" button next to Choose destination folder and browse to the directory where you want to store the new VM pack.
- In the Platform list, select the platform of this new VM pack. (Note: If the platform that you select does not match the platform of the selected JRE/JDK, the files that are used to create the VM pack are not cleaned up correctly, and the destination folder will contain extra files that are not part of the VM pack.)
- In the "Choose a name for VM pack" setting, enter a name to uniquely identify the new VM pack.
- Click the "Next" button to create the JRE VM pack.
- Close InstallAnywhere.
- Copy the .vm file into the resource/installer_vms subdirectory of the InstallAnywhere installation directory.
- Open a project in InstallAnywhere.
To use the Create JRE VM Pack Wizard as a standalone tool on a machine where InstallAnywhere is not installed:
- Copy the VMPackUtility directory, which is found in the InstallAnywhere installation directory, to the machine on which the JDK/JRE installation is present.
- Use the following command line to launch the utility:
$ > java -jar Utility.jar
Additional Information
To manually create a VM pack, refer to the following article:Creating a VM Pack for InstallAnywhere
Related articles:
VM Pack Does Not Show In "With VM" list
Steps to create a VM Pack for OS X
Creating a VM Pack from a JDK for Unix platforms
No ratings