On 11/29/13 11:34 AM, Alexander Hansen wrote:
> On 11/28/13 10:29 PM, ABE Hiroshi wrote:
>> Dear Dr. Hansen and All,
>>
>> The error occurs at line 396, the delimiter is set to ',', but in my
>> case should be ':'.
>> There is no comma in the output of java_home of my env. so the $ver
>> and $javadir is set to NULL and the error message comes out.
>> Dr. Hansen, if you want to write codes to support 10.5, please tell
>> me. I would like to help you on this matter.
>>
>> Thank you.
>> Yours sincerely,
>> Hiroshi ABE
>>
>
> Now the situation is more clear to me.
>
> My powerPC gives
>
> $ /usr/libexec/java_home -t CommandLine -V
> Matching Java Virtual Machines (1):
> 1.5.0_30-b03, ppc: "J2SE 5.0"
> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
>
> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
>
> This is with the latest Java update for 10.5/powerpc (update 10, I
> believe).  And on that machine the system-java test works OK after I
> made the powerpc -> ppc change, since the version is delimited with ","
> just as in the Java releases for newer OS X.
>

If you change the line with

my ($ver,$javadir) = m|(\d.*),.*\s(/.*)$|; #extract version and 
directory info

to

my ($ver,$javadir) = m|(\d.*):.*\s(/.*)$|; #extract version and 
directory info

do you get the system-java packages?

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to