-
Bug
-
Resolution: Fixed
-
P4
-
9, 10, 11
-
b21
The awt.toolkit property is read in java.awt.Toolkit.java
and will be one of :
"sun.awt.X11.XToolkit"
"sun.lwawt.macosx.LWCToolkit"
"sun.awt.windows.WToolkit"
This requires java launcher support via the platform-specific
java_props_md.c files to set the system property later read by
java.awt.Toolkit
Similar issues have been filed for PrinterJob & GraphicsEnvironment
https://bugs.openjdk.java.net/browse/JDK-8130264 : java.awt.printerjob
https://bugs.openjdk.java.net/browse/JDK-8130266 : java.awt.graphicsenv
It would be good to be able to eliminate that.
- csr for
-
JDK-8223417 Change the mechanism by which JDK loads the platform-specific AWT Toolkit
- Closed
- duplicates
-
JDK-8218440 Change the mechanism by which the JDK identifies the platform-specific default Toolkit
- Closed
- relates to
-
JDK-8130266 Change the mechanism by which JDK loads the platform-specific GraphicsEnvironment class
- Resolved
-
JDK-8130264 Change the mechanism by which JDK loads the platform-specific PrinterJob implementation
- Resolved
-
JDK-8212703 Remove sun.java2d.fontpath property from java launcher code
- Resolved
-
JDK-8222819 Remove setting of headless property on MacOS from launcher code.
- Resolved
-
JDK-8222814 Remove sun.desktop System Property
- Closed
-
JDK-8273581 Change the mechanism by which JDK loads the platform-specific FontManager class
- Resolved
-
JDK-8273896 Change the mechanism by which JDK loads the platform-specific FontManager class
- Closed