×

Loading...

who can tell me how to use Weblogic 5.1 RMI complier ?

who can tell me how to use Weblogic 5.1 RMI complier to produce a stub and skeleton?
I don't know why it always say
java.Lang.NoclassDefFoundError: com/sun/java/util/collections/ArrayList
at weblogic.util.compiler.CodeGenerator.gernerate<Compiler code>
at weblogic.rmic.runBody<rmic.java:54>
at weblogic.utils.compiler.Tool.run<Tool.java:80>
at weblogic.rmic.main<rmic.java:96>
when use "java weblogic.rmic myRMIImpl_class" to produce stub and skeleton.
why it can not find the ArrayList.class ?something wrong with my classpath setting ? or wrong at some JDK enviroment setting?
I would appreciate if someone can teach me.
Report

Replies, comments and Discussions: