-
Bug
-
Resolution: Fixed
-
P3
-
8u60
We need to eliminate the use of internal classes from com.sun.* packages in our shipping samples.
This is required for JDK 9 due to modularity as such programs will no longer run, and is a best practice even now, so this should be done for 8u60 at least for the shipping samples, since we ship as part of the JDK samples bundle.
The following samples violate this:
apps/samples/Modena
apps/samples/3DViewer
This is required for JDK 9 due to modularity as such programs will no longer run, and is a best practice even now, so this should be done for 8u60 at least for the shipping samples, since we ship as part of the JDK samples bundle.
The following samples violate this:
apps/samples/Modena
apps/samples/3DViewer
- blocks
-
JDK-8092093 Modularization support for JavaFX
- Resolved
- relates to
-
JDK-8092313 Provide sample code or classes that support ease of use camera functionality such as lookat
- Open
-
JDK-8088670 Remove use of internal classes methods from toys
- Resolved
-
JDK-8089138 Remove use of internal classes methods from SceneBuilder
- Closed