cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
cgouri
Level 3

How to create .vm pack.

I am trying to build a VM for the JRE version SunJRE160_24Win.
I followed the steps mentioned in the url
http://kb.flexerasoftware.com/selfservice/viewContent.do?externalID=Q000195 to create the VM pack.

It is not working. I tried using both Winzip and 7-zip for creating the vm.zip file without compression and then the .vm.

My question is can I use winzip or 7-zip software to create vm.zip and .vm file or shud I use somthing else? What settings should I make while making the zip files?

The issue could be in the way I am zipping the files.
Labels (1)
0 Kudos
(4) Replies
pv7721
Level 20

I successfully used WinRar or you can use zip under Linux.
0 Kudos
cgouri
Level 3

Thanks for the reply.

Now am able to pack the vm. The issue was the directory structure that I used was not proper.

Here is the proper directory structure :

.vm
-- vm.properties
-- vm.zip
-------- bin
-------- lib etc.

Previously it was :

.vm
-- vm.properties
-- vm.zip
---------- vm
--------------- bin
--------------- lib etc.
0 Kudos
pv7721
Level 20

cgouri wrote:
Thanks for the reply.

Now am able to pack the vm. The issue was the directory structure that I used was not proper.

Here is the proper directory structure :

.vm
-- vm.properties
-- vm.zip
-------- bin
-------- lib etc.

Previously it was :

.vm
-- vm.properties
-- vm.zip
---------- vm
--------------- bin
--------------- lib etc.


Yeah, unfortunately the structure is different under Windows and Unix. If I'm not mistaken, under Windows you have to zip the jre folder.
0 Kudos
cgouri
Level 3

yes, you are right. on windows we have to zip.

Thanks
0 Kudos