Hi guys,
i am using Windows ME system with only MS-Dos on it.
I installed jdk1.3.1_09 and j2sdkee1.3 in my C:\ directory
I set the environment variables as below at the command prompt:
set JAVA_HOME=C:\jdk1.3.1_09
set J2EE_HOME=C:\j2sdkee1.3
set PATH=%JAVA_HOME%\bin;%J2EE_HOME%\bin;
set CLASSPATH=.;%J2EE_HOME%\lib\j2ee.jar;
After this when i tried to compile the three files on HFEJB page-18 i'm getting 8 errors. All of which are corresponding to
ejb, like package javax.ejb not found. unrecognised symbol etc.
Can anyone help what i should do inorder to get those files compiled?
Do i have to set any other environment variables? Please help me as i'm very new to software.
Thanks,
Laura(
SCJP 1.4)