Re: Checking java version
Re: Checking java version
- Subject: Re: Checking java version
- From: Stéphane Sudre <email@hidden>
- Date: Thu, 28 Sep 2006 08:52:35 +0200
On mercredi, septembre 27, 2006, at 07:40 PM, email@hidden
wrote:
Hi All,
What is the preferred way to check the version of java from Installer?
I need to require Java 5.0 or later.
I'm targeting OS X 10.3 and up, so I'd like to use the property list
requirements mechanism if possible.
Are there any Apple installers that require a certain Java version I
can look at as an example?
Stupid idea:
in the InstallCheck script, just call:
java -version
and parse the output with awk.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden