I have created a ThinApp package for Java 1.8_73. My entry point is iexplore.exe, pointing to a specific website. Our goal is to have the end user go to this website only when using a specific version of Java (Which is virtualized). This seems to be working. The problem comes from when the website attempts to run a java applet.
For a brief second a bar opens at the bottom that says, "This website wants to run the Java SE Runtime Environment 8 Update 73 plugin". It wants us to click "Allow". But instead of giving us a chance to do so, it is automatically redirecting to www.java.com to download java. I managed to stop the page at the right time while capturing the thinapp, and clicked allow. However, after packaging it up and running on a different computer, it is still prompting/redirecting to java.
So far, I have been unsuccessful in adding a registry change or setting that automatically allows this plugin for the end user. Has anyone else experienced this, or knows how to resolve?
Thank you in advance!