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

Executing java class using bundled JRE VM pack not working

Hi,

I created a JRE vm pack(jre1.7_u67) for MacOS X through InstallAnywhere, it got created successfully. I bundled the same jre vm for a project while creating build, while trying to execute the java class during post-install process using the bundled vm, the java actions was not called. But able to execute the java class after installation manually.

But created the same build without bundling the jre vm, the same java class in the post-install process got executed using the machine's default java version.

Also i tried changing the permission of installation directory before executing the java, but it didn't worked.

Let me know, is there anyother solutions available to execute java class.

Note: Used Execute command action to execute the java class.
Labels (1)
0 Kudos
(1) Reply
jayaprakash
Level 3

Hi All,

Any inputs/update regarding my query.
0 Kudos