From user feedback on EA2:
I'm using jpackage EA from https://jdk.java.net/jpackage/ to create a
windows executable on windows 2012 R2 (jpackager create-image ...)
The resulting exe file doesn't have the correct vendor and version
information (it has openjdk 13 instead of my vendor name and version).
It has the correct logo.
I can see the same thing with simple application afterJDK-8217317 moved the version-swap functionality to a native library.
I'm using jpackage EA from https://jdk.java.net/jpackage/ to create a
windows executable on windows 2012 R2 (jpackager create-image ...)
The resulting exe file doesn't have the correct vendor and version
information (it has openjdk 13 instead of my vendor name and version).
It has the correct logo.
I can see the same thing with simple application after
- relates to
-
JDK-8217317 Create jpackage native library for windows
- Resolved