[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-classpath] [bug #13538] java.lang.UnsatisfiedLinkError: initIDs
From: |
Chris Burdess |
Subject: |
[bug-classpath] [bug #13538] java.lang.UnsatisfiedLinkError: initIDs |
Date: |
Fri, 24 Jun 2005 20:29:20 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050620 Camino/0.9a1 |
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=13538>
Summary: java.lang.UnsatisfiedLinkError: initIDs
Project: classpath
Submitted by: dog
Submitted on: Fri 06/24/2005 at 20:29
Category: classpath
Severity: 5 - Blocker
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Platform Version: MacOS X
_______________________________________________________
Details:
On Mac OS X/Darwin, a call to Double.parseDouble or Float.parseFloat results
in:
java.lang.UnsatisfiedLinkError: initIDs
at java.lang.VMDouble.initIDs (Native Method)
at java.lang.VMDouble.<clinit> (VMDouble.java:65)
at java.lang.Double.parseDouble (Double.java:236)
Note that JNI native libraries built and installed by Classpath in
$prefix/classpath/lib/classpath have a .so extension and not .jnilib or
.dylib, I don't know whether this is a contributing factor.
Tested with Kaffe and JamVM.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=13538>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug-classpath] [bug #13538] java.lang.UnsatisfiedLinkError: initIDs,
Chris Burdess <=