Prob in j2ee RI installation....NoClassDefFoundError

I installed j2ee1.3 RI...

When i use the command

j2ee -verbose i am getting the error of

Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/corba/se/internal/util/IdentityHashtable

at com.sun.corba.ee.internal.javax.rmi.CORBA.Util.<clinit>(Util.java:87)

at com.sun.corba.ee.internal.POA.POAImpl.activate(POAImpl.java:935)

at com.sun.corba.ee.internal.POA.POAImpl.activate_object(POAImpl.java:895)

at com.sun.corba.ee.internal.CosNaming.TransientNameService.initialize(TransientNameService.java:117)

at com.sun.corba.ee.internal.CosNaming.TransientNameService.<init>(TransientNameService.java:70)

at com.sun.enterprise.iiop.POAProtocolMgr.initializeNaming(POAProtocolMgr.java:103)

at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:226)

at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)

My class path is

C:\j2sdkee1.3.1\lib\system\cloudscape.jar;C:\j2sdkee1.1.1\lib\j2eetools.jar;C:\j2sdkee1.3.1\lib\cloudscape\RmiJdbc.jar;C:\j2sdkee1.3.1\lib\cloudscape\cloudclient.jar;C:\j2sdkee1.1.1\lib\j2ee.jar;C:\j2sdkee1.3.1\lib\locale;C:\j2sdkee1.3.1\lib\jhall.jar;C:\Sun\SDK\jdk\bin;C:\jakarta-tomcat-5.0.19\common\lib\servlet-api.jar;

I am wondering why i don't have any directory "CLASSES" after the installation of j2sdkee1.3.1

because of these i am not getting the local host on deployment tool...and in deploytool on verification it is giving the exception

thanks

[1532 byte] By [priyapa] at [2007-11-26 20:06:58]
# 1
This class is in JDK 1.4.2. Which version of java are you using? Can you try JDK 1.4.2?J2EE 1.3 is pretty old. You may want to try JavaEE SDK 5, instead. http://java.sun.com/javaee/-cheng
cheng-fanga at 2007-7-9 23:08:52 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...