Class not found in import

2001-11-14 Thread Geoffrey J Bourne
When my JSPs compile, they can't find imported classes (for example javax.ejb.CreateException). The above example is in the j2ee.jar file and I've included it in my CLASSPATH. In fact, I've run javap javax.ejb.CreateException just to make sure. Is there so where in Tomcat (on NT) that you

Class not found on import

2000-12-19 Thread Matt Becker
Hi. From the Linux version of Tomcat I get an error something like "class test.testbean not found on import." I don't understand how the exact web app, testbean.class, etc. will run on my Windows machine which I'm using for development, but bombs on my Linux sever. The testbean.class resides

RE: Class not found on import

2000-12-19 Thread Do Phil
Title: RE: Class not found on import In your development environment, you probably need to include the WEF-INF path in your CLASSPATH. You shouldn't have this for starting the server but for compiling your code, you do. Phil -Original Message- From: Matt Becker [mailto:[EMAIL

RE: Class not found on import

2000-12-19 Thread Matt Becker
shouldn't have this for starting the server but for compiling your code, you do. Phil -Original Message- From: Matt Becker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 19, 2000 3:19 PM To: tomcat mailing list Subject: Class not found on import Hi. From the Linux version of Tomcat

Re: Class not found on import

2000-12-19 Thread Filip Hanik
: Class not found on import I should be able to take the exact web app from my Windows machine and transfer it over to my Linux machine without compiling the java code, right?MattAt 02:01 PM 12/19/00, you wrote: In your development environment, you probably need to include the WEF

Re: Class not found on import

2000-12-19 Thread Daniel A. Theobald
the server but for compiling your code, you do. Phil -Original Message- From: Matt Becker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 19, 2000 3:19 PM To: tomcat mailing list Subject: Class not found on import Hi. From the Linux version of Tomcat I get an error something like "