Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

bundle a jnlp so you can add to dock on a mac?

I want to be able to drag Findbugs to the Dock on my Mac. The problem is it's a JNLP.

Is there a distilled idiots guide to creating an Mac application bundle from a JNLP? I saw this article on the Apple website: http://developer.apple.com/library/mac/#documentation/Java/Conceptual/Java14Development/03-JavaDeployment/JavaDeployment.html but it was a case of 'information overload'!

like image 931
JGFMK Avatar asked Nov 15 '22 03:11

JGFMK


1 Answers

Quoting from the Java Web Start section of the linked article:

Mac OS X’s desktop integration with Java Web Start lets users can create a local application bundle from any Java Web Start application. The Shortcut Creation setting in Java Preferences controls whether the user is prompted to create an application bundle when opening a Java Web Start application. Bundled Java Web Start applications have all of the benefits of native application bundles, which are described in “Mac OS X Application Bundles.”

Try looking in Applications->Utilities->Java Preferences. Click on the Advanced tab. You should see the Shortcut Creation setting. Let us know if it works for you.

like image 152
Jerry Avatar answered Dec 16 '22 19:12

Jerry