The command from the commandline
java weblogic.rmic HelloImpl
gives the following error:
java.lang.NoClassDefFoundError: weblogic/rmic
It may be something to do with the classpath
My current classpath is:
CLASSPATH=d:\bea\jdk142_05\lib;d:\bea\jrockit81sp4_142_05\lib;
Please help