-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P4
-
None
-
Affects Version/s: 8u71
-
Component/s: deploy
-
x86
-
os_x
FULL PRODUCT VERSION :
1.8.0_71
ADDITIONAL OS VERSION INFORMATION :
OS X El Capitan
A DESCRIPTION OF THE PROBLEM :
Java Web Start Application shortcut is not added to the desktop on OS X El Capitan with JDK-8.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
- launch JWS Application on OS X El Capitan
jnlp:
<jnlp codebase=“….” href="myapp.jnlp">
<information>
<title>MyAppName</title>
<vendor>VendorName</vendor>
<icon href="images/logo.png"/>
<icon kind="splash" href="images/splash.png"/>
<offline-allowed/>
<shortcut online="true" install="true">
<desktop/>
<menu submenu=“MyApp”/>
</shortcut>
</information>
<security>
<all-permissions/>
</security>
<update check="timeout" policy="always"/>
<resources>
<j2se version="1.6+" java-vm-args="-Xmx512m -Xms128m"/>
<jar href=“myApp.jar" main="true" version="...."/>
<jar href=“resource.jar" version="..."/>
</resources>
<application-desc main-class=“…”>
<argument>….</argument>
</application-desc>
</jnlp>
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
shortcut added to the desktop on OS X El Capitan
ACTUAL -
shortcut not added to the desktop on OS X El Capitan
REPRODUCIBILITY :
This bug can be reproduced always.
1.8.0_71
ADDITIONAL OS VERSION INFORMATION :
OS X El Capitan
A DESCRIPTION OF THE PROBLEM :
Java Web Start Application shortcut is not added to the desktop on OS X El Capitan with JDK-8.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
- launch JWS Application on OS X El Capitan
jnlp:
<jnlp codebase=“….” href="myapp.jnlp">
<information>
<title>MyAppName</title>
<vendor>VendorName</vendor>
<icon href="images/logo.png"/>
<icon kind="splash" href="images/splash.png"/>
<offline-allowed/>
<shortcut online="true" install="true">
<desktop/>
<menu submenu=“MyApp”/>
</shortcut>
</information>
<security>
<all-permissions/>
</security>
<update check="timeout" policy="always"/>
<resources>
<j2se version="1.6+" java-vm-args="-Xmx512m -Xms128m"/>
<jar href=“myApp.jar" main="true" version="...."/>
<jar href=“resource.jar" version="..."/>
</resources>
<application-desc main-class=“…”>
<argument>….</argument>
</application-desc>
</jnlp>
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
shortcut added to the desktop on OS X El Capitan
ACTUAL -
shortcut not added to the desktop on OS X El Capitan
REPRODUCIBILITY :
This bug can be reproduced always.