JDK-8231277 : Adjust Linux application image layout
  • Type: Sub-task
  • Component: tools
  • Sub-Component: jpackage
  • Affected Version: internal
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: generic
  • Submitted: 2019-09-19
  • Updated: 2019-09-24
  • Resolved: 2019-09-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
internalFixed
Description
Change Linux application directory structure as follows:

$APPDIR/runtime -> $APPDIR/lib/runtime
$APPDIR/app -> $APPDIR/lib/app
$APPDIR/bin/<launcher_name>.desktop -> $APPDIR/lib/<launcher_name>.desktop
$APPDIR/bin/<launcher_name>.png -> $APPDIR/lib/<launcher_name>.png
$APPDIR/bin/libapplauncher.so -> $APPDIR/lib/libapplauncher.so

Comments
Review: http://cr.openjdk.java.net/~asemenyuk/8231277/webrev.00/index.html
20-09-2019