-
Bug
-
Resolution: Fixed
-
P2
-
None
Now that (RT-7846) JNLPAppletLauncher should use Class.forName() correctly with the context classloader (when that is not null) is fixed, the workaround in plugin/webstart for the original problem is no longer needed.
plugin/webstart code specifically check for the class name to invoke the workaround, so we should rename the class to avoid the workaround being used.
plugin/webstart code specifically check for the class name to invoke the workaround, so we should rename the class to avoid the workaround being used.
- relates to
-
JDK-8109103 JNLPAppletLauncher should use Class.forName() correctly with the context classloader (when that is not null)
- Resolved