Hello,
I have tried to compile the JServSSI using the comand in the installation
file: javac -d . *.java, but I am getting the following errors: (Do you
know what the problem is ?) Thanks.
**************** Begin ***
JServSSI.java:60: Package javax.servlet not found in import.
import javax.servlet.*;
^
JServSSI.java:61: Package javax.servlet.http not found in import.
import javax.servlet.http.*;
^
JServSSI.java:62: Package org.apache.java.util not found in import.
import org.apache.java.util.*;
^
JServSSI.java:223: Superclass org.apache.jservssi.HttpServlet of class
org.apache.jservssi.JServSSI not found.
public class JServSSI extends HttpServlet {
^
JServSSI.java:451: Interface org.apache.jservssi.ServletConfig of class
org.apache.jservssi.ServletInfo not found.
class ServletInfo implements ServletConfig {
^
JServSSI.java:542: Interface org.apache.jservssi.HttpServletRequest of
class org.apache.jservssi.ServletInfoRequest not
found.
class ServletInfoRequest implements HttpServletRequest {
^
**************** END ***
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]