cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
khayati
Level 5

Search JVM installed

Hi

I have an application that doesn't require the VM to be installed with the installer.Instead it requires the installer to search the VM on the machine on which its going to be installed.How can I do that?

I tried Choose JVM panel but it lists all the jvm installed on the system,whereas my requirement is to find all the jvm above 1.4 version
Labels (1)
0 Kudos
(1) Reply
pv7721
Level 20

If I'm not mistaken this was something IA always lacked. I remember that a long time ago, in previous version of our software, we gave users the posibility of using an already installed VM... but like you we needed to insure that the version was correct... and had to use a custom code for that which basically took the JVM, launched it with the --version parameter, and then parsed the output.
0 Kudos