JDK-7166309 : App name and icon not used in Web Start apps
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 7,7u6
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: x86
  • Submitted: 2012-05-03
  • Updated: 2013-12-09
  • Resolved: 2012-05-16
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.
JDK 7 JDK 8
7u6Fixed 8 b39Fixed
Related Reports
Duplicate :  
Description
On Mac OS X, when you run any Java Web Start application the title of the application menu and the name of the dock icon is always 'Main', and the icon in the Dock is the generic Java application icon.

Compare this to Apple's Web Start where the application name is the same as the title from the JNLP file, and the icon is the one specified by the JNLP file. We should do the same.

Comments
Verified with jre8-b110 on Mac OS
09-12-2013

regression_test_src: http://sqe-hg.us.oracle.com/hg/index.cgi/testbase/javase/functional/8/deployment2/file/0a17ae96b5b1/new_framework/tests/javaws/shortcut/src/ShortcutTest.java
09-12-2013

EVALUATION -Xdock:name is now used with the title field from the information block. We let the icon download, and then relaunch with the cached icon for the app. Also did some cleanup for the generated shortcut.
10-05-2012