|
|
|
| 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?
| |
| Frank Langelage 2006-06-17, 7:01 pm |
| Srik wrote:
> 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.
| |
|
|
Frank Langelage wrote:
> Srik wrote:
> 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.
i am using J2EE1.4 server downloaded from sun's website. can u please
tell me which jar to include?
|
|
|
|