From: Willem V. <wv...@em...> - 2006-04-11 15:31:52
|
Hi Shane, It looks to be that your vm.bootclasspath is not set correctly, since it seems that JPF is not finding the peer classes that override some of the Java lib classes. It should point to build/env/jpf. If you are in Eclipse just add this folder to your classpath in the run-script. BTW, JPF and 1.5 is not best of friends - we will release a 1.5 compatible version in the next week or two. To be on the safe side you might like to use 1.4. Bye, Willem ----- Original Message ----- From: "Shane Davison" <sha...@ho...> To: <jav...@li...> Sent: Tuesday, April 11, 2006 12:57 AM Subject: [Javapathfinder-user] java.lang.UnsatisfiedLinkError (no peer) > > Hello, > > I can't seem to get past this error... > > error during VM runtime initialization: > uncaught exception in thread main #0 : java.lang.UnsatisfiedLinkError: > java.lang > .Object.registerNatives (no peer) > at java.lang.Object.<clinit>(java\lang\Object.java:24) > > I've tried at work (Solaris) and at home (WinXP), both using JDK 1.5_06, > and with > 2 different apps (one very complicated, the other not so much). They run > fine on > their own. I searched Google (nothing) and this list archives and > although there were > a few posts about this (I think one was in the past day or so), I didn't > understand how > to fix the issue. > > I'm using the default.properties file (unedited), starting from the JPF > root dir, tried > setting different classpaths, copying sources over, etc, etc. > > Any ideas? Is there a log or some other way I can provide more info? > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Javapathfinder-user mailing list > Jav...@li... > https://lists.sourceforge.net/lists/listinfo/javapathfinder-user |