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
- :
- MacOSX and JRE 1.7, how to bundle VM ?
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
Nov 04, 2013
07:51 AM
MacOSX and JRE 1.7, how to bundle VM ?
Hello,
Why it is not possible to bundle a VM for MacOSX and Java 1.7 ? The checkbox "with VM" is disabled on the Build-Targets-Page, but in the "known issues"-Page of Installanywhere 2013 there are some threads about "If you build an installer for OS X–based systems and JRE 1.7 is bundled with the installer,..." ( IOA-000082544 - http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q213810&sliceId= ).
We ve got a problem with the automatically search of a JRE 7. Installer allways say "Unable to find JRE7 to launch" and stops. To avoid this problem you ve to install a JDK 1.7. Then InstallAnywhere 2013 - Installer for MacOSX with the Option "Search for Oracle JRE 1.7" works correct.
Where is my fault ?
Michael
Why it is not possible to bundle a VM for MacOSX and Java 1.7 ? The checkbox "with VM" is disabled on the Build-Targets-Page, but in the "known issues"-Page of Installanywhere 2013 there are some threads about "If you build an installer for OS X–based systems and JRE 1.7 is bundled with the installer,..." ( IOA-000082544 - http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q213810&sliceId= ).
We ve got a problem with the automatically search of a JRE 7. Installer allways say "Unable to find JRE7 to launch" and stops. To avoid this problem you ve to install a JDK 1.7. Then InstallAnywhere 2013 - Installer for MacOSX with the Option "Search for Oracle JRE 1.7" works correct.
Where is my fault ?
Michael
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 05, 2013
12:13 AM
Hi,
Follow the below steps to create VM Pack manually for Mac OS X.
1. Create vm.properties file with the following contents.
2. Give full permission to vm.properties
3. Copy the jre folder from.
4. Give full permission to the entire jre folder
5. zip jre folder.
6. Give full permission to jre.zip and rename the above created file jre.zip to vm.zip
7. jar vm.properties and vm.zip.
Thanks,
Utsab
Follow the below steps to create VM Pack manually for Mac OS X.
1. Create vm.properties file with the following contents.
vm.name=Oracle JRE 1.7 MacOSX
vm.platform=mac-osx
vm.platform.flavor=mac
vm.exe.path=Contents/Home/jre/bin/java
vm.platform=mac-osx
vm.platform.flavor=mac
vm.exe.path=Contents/Home/jre/bin/java
2. Give full permission to vm.properties
3. Copy the jre folder from
4. Give full permission to the entire jre folder
cmd> chmod -R 777 jre/
5. zip jre folder.
cmd> zip -r jre.zip jre/
6. Give full permission to jre.zip and rename the above created file jre.zip to vm.zip
cmd> chmod 777 jre.zip
cmd> mv jre.zip vm.zip
cmd> mv jre.zip vm.zip
7. jar vm.properties and vm.zip.
cmd> jar -cvf OracleJRE170u40.vm vm.properties vm.zip
Thanks,
Utsab
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 05, 2013
09:00 AM
Thank you for your answer.
Now the checkbox "with VM" for MacOSX is active and i can generate an MacOSX-Installer with VM. We will test it on an MacOSX without JDK 1.7.
greets Michael_
Now the checkbox "with VM" for MacOSX is active and i can generate an MacOSX-Installer with VM. We will test it on an MacOSX without JDK 1.7.
greets Michael_