Installing a JRE for myApp
Hi

This is my first post so please help. I want to do the following:


I want to be able to install a JRE for MyApp.
The MyApp JRE will be hidden from the user.
MyApp + JRE will be completely separate from the host's installed JRE if they have one installed.
If the user un-installs their JRE then MyApp will still work because it has it's own JRE.
MyApp's JRE will not be put onto the class path, it will have a relative/absolute path.

Any suggestions would be really helpful.

Thanks