Tomcat 4.1.x don't find libs to compile the *.jsp

2003-01-08 Thread Matthias Salewski
Hallo, I include in my jsp - File an private-lib as follows ... %@ page language=java import=java.util.*,usingj2ee.* % ... When I call this Page, I get error message ... org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null

Re: Tomcat 4.1.x don't find libs to compile the *.jsp

2003-01-08 Thread Peter Choe
did you check the spelling of the jar file? you have: import usingj2ee.*; but you are deploying using2je.jar. At 10:44 AM 1/8/2003, you wrote: Hallo, I include in my jsp - File an private-lib as follows ... %@ page language=java import=java.util.*,usingj2ee.* % ... When I call this Page, I

RE: Tomcat 4.1.x don't find libs to compile the *.jsp

2003-01-08 Thread Wendy Smoak
did you check the spelling of the jar file? you have: import usingj2ee.*; but you are deploying using2je.jar. Even so... can you really import a jar file?? News to me... IME you have to import each package within it, and the name of the jar file is irrelevant except for making sure it's in

RE: Tomcat 4.1.x don't find libs to compile the *.jsp

2003-01-08 Thread Ralph Einfeldt
: Tomcat 4.1.x don't find libs to compile the *.jsp did you check the spelling of the jar file? you have: import usingj2ee.*; -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]