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
Generated servlet error:
[javac] Compiling 1 source file
C:
\Adler\JBoss\tomcat-4.1.x\work\Standalone\localhost\login\Login_jsp.java:8:
package usingj2ee does not exist
import usingj2ee.*;
^
1 error
at
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:120)
at
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
at
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:313)
at
org.apache.jasper.compiler.Compiler.compile(Compiler.java:324)
...
I deploy usingj2e.jar in directory ..\WEB-INF\lib but the same error.
I also copy this File in directory ..\shared\lib and in ..\common\lib but
the same result.
Can you help me!
Thanks!
Matthias Salewski
CSC Ploenzke AG
Business-Center-Administration
Abraham-Lincoln-Park 1
65189 Wiesbaden
Germany
Tel.: 0611 142 21295
Fax.: 0611 142 921295
e-Mail: [EMAIL PROTECTED]
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>