hi everyone
i am new to java and currently working on a project in jsp and ejb.
everytime i try to run the program i encounter an error that package javax.ejb does not exist.
i have jdk1.3 and j2sdkee 1.3 installed and have added j2ee.jar present in lib of j2sdkee in my classpath.my classpath is
C:\jdk1.3.0_05\lib\tools.jar;.;C:\Tomcat 4.1\common\lib\servlet.jar;C:\j2sdkee1.3\lib\j2ee.jar
i have also made a new environment variable j2ee_home with the value
C:\j2sdkee1.3\lib\j2ee.jar
please help