Certainly changes were made over the last year to support jdk 1.5 so I'd suggest if you really want to run that version then switch to a 1.4 jdk. Otherwise you'll have to search the commit and mailing lists to find the fixes and back port them if you really need them.
If you are testing and learning then I'd suggest you are better off looking at the latest SVN code as any questions related to a code base that is a year old will only confuse the mailing list and also a lot of answers will follow the one above i.e. "that's now fixed" and you will be on your own to back port as required. Ray zzf wrote: > Hi, > > The error msg is as follows: > > [java] Exception in thread "main" java.lang.NoSuchMethodError: > sun.rmi.tran > sport.ObjectTable.getStub(Ljava/rmi/Remote;)Ljava/rmi/server/RemoteStub; > [java] at > org.objectweb.carol.rmi.jrmp.server.JUnicastRemoteObject.unex > portObject(JUnicastRemoteObject.java:138) > [java] at org.ofbiz.base.start.Start.startServer(Start.java:323) > [java] at org.ofbiz.base.start.Start.start(Start.java:327) > [java] at org.ofbiz.base.start.Start.main(Start.java:413) > > The ofbiz of this error msg is a little old(checked out 1 year ago ). > I do > not if it is the problem of jdk. > My jdk version is 1.5.0_06. > > Thanks a lot. > >
