package javax.ejb does not exist

From: Xarky (bernardpace_at_yahoo.com)
Date: 12/30/04


Date: 30 Dec 2004 01:18:28 -0800

Sorry for my ignorance, but which jar file should I include in the classpath...

> You have to make sure that JAR file is in your classpath. A lot of ways to
> do that:
>
> Windows/Linus: Set %CLASSPATH%/$CLASSPATH (respectively)
>
> or...
>
> java -cp <put the jar file here> YourTestClass