Is it possible to use make a browser use a version of Java that was not installed on the host computer. The version of Java can exist, but just can't be installed so that it hooks into the system.
Host computer MUST have 1.5 (for other apps), but an applet needs 1.6. Can you make it so that a browser can use 1.6 for this applet. The browser can be different from the one installed on the system and does not need to adapt to the version. It can be a unique version that just uses 1.6.
Host computer MUST have 1.5 (for other apps), but an applet needs 1.6. Can you make it so that a browser can use 1.6 for this applet. The browser can be different from the one installed on the system and does not need to adapt to the version. It can be a unique version that just uses 1.6.