bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-classpath] [Bug classpath/23011] New: java.lang.UnsatisfiedLinkErro


From: andreast at gcc dot gnu dot org
Subject: [bug-classpath] [Bug classpath/23011] New: java.lang.UnsatisfiedLinkError: initIDs
Date: 26 Jul 2005 21:47:33 -0000

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.
------- Additional Comments From from-classpath at savannah dot gnu dot org  
2005-06-27 11:32 -------
initIDs is a native method implemented in a Classpath JNI method by default.  
This method is in the javalang library,



000025b0 T Java_java_lang_VMDouble_initIDs



and so if this can't be loaded by MacOS X, then this is the problem.
------- Additional Comments From andreast at gcc dot gnu dot org  2005-07-26 
21:47 -------
Could you provide a testcase please ?

-- 
           Summary: java.lang.UnsatisfiedLinkError: initIDs
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: from-classpath at savannah dot gnu dot org
                CC: bug-classpath at gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23011




reply via email to

[Prev in Thread] Current Thread [Next in Thread]