I am new to EJBs. I have written a Session bean and i tried to compile.
But the import statement "import javax.ejb.*" gives a compilation
error. Do i have to include any other jar in the classpath?
> I am new to EJBs. I have written a Session bean and i tried to compile.
>
> But the import statement "import javax.ejb.*" gives a compilation
> error. Do i have to include any other jar in the classpath?
Any other than what?
You'll have to pick up a jar file containing those classes.
The name of the jar file depends on the J2EE-Server you use.
Srik - 13 Jun 2006 07:45 GMT
> > I am new to EJBs. I have written a Session bean and i tried to compile.
> >
[quoted text clipped - 4 lines]
> You'll have to pick up a jar file containing those classes.
> The name of the jar file depends on the J2EE-Server you use.
i am using J2EE1.4 server downloaded from sun's website. can u please
tell me which jar to include?