Hi Friends ,
I installed J2EE RI , according to the instructions given , i made entry for J2EE_PATH , JAVA_HOME and bin of both
i.e added a new environmental variable as J2EE_HOME="B:\j2sdkee1.3.1" and JAVA_HOME="e:\jdk1.5"
and then for both's PATH=B:\j2sdkee1.3.1\bin;e:\jdk1.5\bin
After doing this , i went to start J2EE.bat with verbose switch , i did this to invoke j2ee.bat
b:\j2sdkee1.3.1\bin:>j2ee -verbose , so according to the instructions the server would have started, however i am getting an error of corba, here it is :
Exception in
thread main:java.lang.NoClassDefFoundError: com/sun/corba/se/internal/util.IdentityHastable
Kindly let me know where i went wrong and how to correct this...
Also , The JDK which i have with me , 1.5 i.e Tiger version , Is it that J2SDK Enterprise Edition 1.3.1 works only with JDK1.4 ? Please ,let me know. Thanks.