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

hi all, i know this is simple.. but i need an assistance

here is my requirement...

i want jdk1.5.0_15 to be installed before my project is installed.. i also gotto check for the existence of the same before isntallation.. how could i do this using install anywhere
Labels (1)
0 Kudos
(3) Replies
RobertDickau
Flexera Alumni

You might look into the Build task, which enables you to bundle a JVM if need be.
0 Kudos
prabubiginstall
Level 5

thanks for the reply ..
0 Kudos
quenio
Level 3

InstallAnywhere will allow you to install a private copy of the JVM, but you won't be able to install a system-wide instance that can be picked up by any Java application. For the latter, you need to use Sun's JVM installer. You can share though a JVM instance among different Java applications installed with InstallAnywhere; please see settings in the Project|Java section of the Advanced Designer.
0 Kudos