I am new to
j2ee.
I have installed j2sdkee1.3 into my NT4.0.
And set varibles:
J2EE_HOME=c:\j2sdkee1.3
JAVA_HOME=c:\jdk1.3
CLASSPATH=.;c:\jdk1.3\lib;c:\j2sdkee1.3\lib;
PATH=c:\jdk1.3\bin;c:\j2sdkee1.3\bin;
I can compile sample appilications. But I have some problem when I develop sample applictions. For example, For sample application "Converter", follows steps showed in Chapter 2 of J2EE Developer's Guide, I got this point
1). Creating the J2EE Application.
no prblem.
2). Packaging tje Enterprise Bean
no errors.
3). Depolying the J2EE Application
steps a-g OK!!!
step h. After I clicked Finish buttom, the following error message appeard:
There was a deployment error
java.rmi.ServerException:RemoteException occurred in server
thread;nested exception is:
java.rmi.RemoteExveption:Error saving/opening
Any help would be appreciated greatly.