Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: Rajiv Gupta Newsgroups: comp.lang.java.programmer Subject: Re: installing Java apps on the mac Date: Fri, 3 Feb 2012 11:36:24 +1100 Organization: Aioe.org NNTP Server Lines: 11 Message-ID: References: NNTP-Posting-Host: +imu0h3ZNORanYRq/6bucA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: Unison/2.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:11718 On 2012-02-02 16:28:28 +1100, Roedy Green said: > What does a user have to do to run a jar on the Mac (other than JNLP), > where you actually install the jar for continued use. Drag the .jar to the user's /Applications directory. Double-clicking the .jar will launch it. The jar doesn't actually have to be in /Applications it can be in any directory which has execute privileges for the user.