From: John P. <jp...@go...> - 2006-04-12 18:10:26
|
Shane, if you run with -show, it will list the vm.classpath (and every other confi= g variable) that it is picking up from the chain of config files. the registerNative peer implementation is in env/jvm/gov/nasa/jpf/jvm/JPF_java_lang_Object.java make sure env/jvm is built and in your CLASSPATH John On 4/11/06, Shane Davison <sha...@ho...> wrote: > > > 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) > > |