-
Enhancement
-
Resolution: Duplicate
-
P3
-
None
-
None
Currently JDK build copies LICENSE, ASSEMBLY_EXCEPTION, README, THIRD_PARTY_README files to the image.
When building a custom image, there is no license file to be included. One possibility is to have a jlink plugin to include these files in the image (or extract from a module).
Similarly, when building with JavaFX modules, the current Oracle JDK build contains THIRDPARTYLICENSEREADME-JAVAFX.txt.
When building a custom image, there is no license file to be included. One possibility is to have a jlink plugin to include these files in the image (or extract from a module).
Similarly, when building with JavaFX modules, the current Oracle JDK build contains THIRDPARTYLICENSEREADME-JAVAFX.txt.
- duplicates
-
JDK-8169925 Organize licenses by module in source, JMOD file, and run-time image
- Closed
- relates to
-
JDK-8062810 Examine src.zip in JDK image and decide if source classes should be organized by module
- Resolved