Problem with Javax.Naming

Hi everybodyI have downloaded j2sdkee1.3 for compiling ejb files but there is error when i compile my client file which uses javax.naming package.The compiler is not able to locate the pkg.Can somebody help me pls.Thanks
[248 byte] By [abhinay_rai] at [2007-9-26 1:16:52]
# 1

Did you include j2ee.jar in the CLASSPATH when compiling your code?

The javax.naming package contains JNDI (Java Naming and Directory Interface), which your client needs to find the home interface of your EJB.

Note that the client will also need j2ee.jar at runtime to be able to use JNDI!

regards

Jesper

jesper1 at 2007-6-29 0:45:18 > top of Java-index,Core,Core APIs...
# 2
Hi JesperI copied and pasted the j2ee.jar into jdk.Is that ok ..But it still doesnt workThanks for help
abhinay_rai at 2007-6-29 0:45:18 > top of Java-index,Core,Core APIs...