in JDK15 the jpackage option --bind-services was deprecated when the more general --jlink-options option was added. We will remove --bind-services option in JDK16.
since the default for --jlink-options is "--strip-native-commands --strip-debug --no-man-pages --no-header-files"
using "--bind-services" option (without jlink-options option) is equivalent to using
--jlink-options "--strip-native-commands --strip-debug --no-man-pages --no-header-files --bind-services"
since the default for --jlink-options is "--strip-native-commands --strip-debug --no-man-pages --no-header-files"
using "--bind-services" option (without jlink-options option) is equivalent to using
--jlink-options "--strip-native-commands --strip-debug --no-man-pages --no-header-files --bind-services"
- csr for
-
JDK-8248864 Remove deprecated --bind-services option from jpackage
-
- Closed
-
- relates to
-
JDK-8247768 JEP 392: Packaging Tool
-
- Closed
-
-
JDK-8219536 Add Option for user defined jlink options
-
- Resolved
-