Hi I am trying to get classpath .93 compiled for a Marvell ARM5 processor.....I can compile in the scratchbox crosscompile environment without any problems...but if copy the classpath files over to the native environmentI get this error from jamvm
sh-2.05b# ./gjar Cannot create system class loader Exception occured while printing exception (java/lang/NoClassDefFoundError)... Original exception was java/lang/UnsatisfiedLinkError I am using --with-jni When I try to compile this classpath natively on the box ...I get this error : make[3]: Entering directory `/classpath-0.93/native/jni' cd ../.. && /bin/sh ./scripts/check_jni_methods.sh Found a problem with the JNI methods declared and implemented. (-) missing in implementation, (+) missing in header files -Java_java_lang_VMSystem_arraycopy -Java_java_lang_VMSystem_identityHashCode make[3]: *** [all-local] Error 1 make[3]: Leaving directory `/classpath-0.93/native/jni' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/classpath-0.93/native/jni' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/classpath-0.93/native' make: *** [all-recursive] Error 1 Any info would be appreciated. Thanks, Larry