Issue concerning compiling codes
Dear experts,
I finished installing J2EE 1.5 and Java SDK 1.5 Update.
I added classpath to the variables as
path=c:\jdk1.5\bin;c:\j2ee1.5\bin
classpath=c:\jdk1.5\lib;c:\j2ee1.5\lib
I find that i am able to compile most of the programs.But compiler is
not able to find packages concerning J2EE like javax.ejbObject etc.
Is there anything additional i need to do like setting JAVA_HOME,
J2EE_HOME variables or not...Plz guide.I never faced any issues till
i was using JDK1.3,J2EE1.3.However now i am as i shifted to newer versions.

