[KLUG Members] OpenXchange Installation

Anthony G. Mattas anthony.mattas at ynettechnologies.com
Wed Feb 1 14:22:19 EST 2006


When trying to compile openXchange I get these errors, 500 some to be
specific. Any suggestions?

 

compile:

    [javac] Compiling 351 source files to
/home/tds/open-xchange-0.8.0-6/build

    [javac] /home/tds/open-xchange-0.8.0-6/src/webmail.java:53: error: Class
or interface `javax.servlet.http.HttpServletResponse' not found in import.

    [javac]    import javax.servlet.http.HttpServletResponse;

    [javac]           ^

    [javac] /home/tds/open-xchange-0.8.0-6/src/webmail.java:68: error:
Superclass `HttpServlet' of class `webmail' not found.

    [javac]    public class webmail extends HttpServlet {

    [javac]                                 ^

    [javac] /home/tds/open-xchange-0.8.0-6/src/webmail.java:108: error: Type
`HttpServletRequest' not found in the declaration of the argument `request'
of method `doGet'.

    [javac]        protected void doGet (HttpServletRequest request,

    [javac]                              ^

    [javac] /home/tds/open-xchange-0.8.0-6/src/webmail.java:109: error: Type
`HttpServletResponse' not found in the declaration of the argument
`response' of method `doGet'.

    [javac]                           HttpServletResponse response) throws
IOException {

    [javac]                           ^

    [javac] /home/tds/open-xchange-0.8.0-6/src/webmail.java:370: error: Type
`HttpServletRequest' not found in the declaration of the argument `request'
of method `doPost'.

    [javac]        protected void doPost (HttpServletRequest request,

    [javac]                               ^

    [javac] /home/tds/open-xchange-0.8.0-6/src/webmail.java:371: error: Type
`HttpServletResponse' not found in the declaration of the argument
`response' of method `doPost'.

    [javac]                            HttpServletResponse response) 

    [javac]                            ^

    [javac] /home/tds/open-xchange-0.8.0-6/src/intranet.java:53: error:
Class or interface `javax.servlet.http.HttpServletResponse' not found in
import.

    [javac]    import javax.servlet.http.HttpServletResponse;

    [javac]           ^

    [javac] /home/tds/open-xchange-0.8.0-6/src/intranet.java:68: error:
Superclass `HttpServlet' of class `intranet' not found.

    [javac]    public class intranet extends HttpServlet {

    [javac]                                  ^

 

Anthony G. Mattas

Owner, YNet Technologies, L.L.C.

(866) 231-3107 ext 101

http://www.ynettechnologies.com

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.kalamazoolinux.org/pipermail/members/attachments/20060201/2fdc9ee3/attachment.html


More information about the Members mailing list