Once a java package has been created with a native IE entry point how should this be accessed by users? For example, say I want 3 versions of java each to launch on a specific set of websites using the native browser (to avoid having to virtualise IE). Do I create the 3 packages, install the MSI and then place a shortcut of each on the desktop. Depending on which version is needed then the user will have to execute the correct shortcut???
Also, in this article I noticed the entry point will launch to a specific website, what if I need multiple websites to use a particular java package?