-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
fx1.2
-
Windows
as per PRD-531, when a user navigates to a javafx app or applet on a web page (on windows) and Java is not installed, dtfx.js should invoke the java kernel installer instead of the online java installer.
simple change to dtfx.js. add the line:
deployJava.setInstallerType("kernel");
in front of the line:
deployJava.installLatestJRE();
simple change to dtfx.js. add the line:
deployJava.setInstallerType("kernel");
in front of the line:
deployJava.installLatestJRE();