[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Please help with setup. COmpiling problems ?
- To: gnujsp@gjt.org
- Subject: Please help with setup. COmpiling problems ?
- From: Lyon Ravn <lyon@ravn.dk>
- Date: Thu, 12 Jul 2001 15:30:58 +0200
Hi
I use a SuSE 6.4 and Apache. Why cant the build in compiler finde the
import files ?
Error compiling source file:/usr/local/httpd/htdocs/hello.jsp
org.gjt.jsp.CompileException: builtin-javac -classpath
/var/log/httpd:/jsp/lib/gnujsp10.jar -d /var/log/httpd -deprecation
/var/log/httpd/jsp/_hello_2ejsp.java
/var/log/httpd/jsp/_hello_2ejsp.java:8: Package javax.servlet not found
in import.
import javax.servlet.*;
^
/var/log/httpd/jsp/_hello_2ejsp.java:9: Package javax.servlet.http not
found in import.
import javax.servlet.http.*;
^
/var/log/httpd/jsp/_hello_2ejsp.java:10: Package javax.servlet.jsp not
found in import.
import javax.servlet.jsp.*;
^
/var/log/httpd/jsp/_hello_2ejsp.java:12: Superclass
javax.servlet.http.HttpServlet of class jsp._hello_2ejsp not found.
public class _hello_2ejsp extends org.gjt.jsp.HttpJspPageImpl implements
org.gjt.jsp.GnuJspPage{
^
4 errors
Regards
Lyon