-
Type:
Enhancement
-
Resolution: Won't Fix
-
Priority:
P4
-
None
-
Affects Version/s: fx1.2
-
Component/s: deploy
-
Environment:
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();