Thanks everyone it was the errant "public" missing from the class definition.
Cheers
Quentin J Sarafinchan
Sent via the WebMail system at mail.polarware.net
On Sat, 10 Mar 2001, Quentin Sarafinchan wrote:
> Here is my source, its short or I wouldn't paste it here, I don't have a constructor
>any longer, and it still doesn't make a difference.
>
> package ChangeRequest;
>
> import javax.servlet.*;
> import javax.servlet.http.*;
> import java.io.*;
Here is my source, its short or I wouldn't paste it here, I don't have a constructor
any longer, and it still doesn't make a difference.
package ChangeRequest;
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
import java.util.*;
class CR extends HttpServlet {
On Sat, 10 Mar 2001, Quentin Sarafinchan wrote:
> I think I have the web.xml and server.xml files configured correctly now, buy when
>executing the servlet, I receive this message
>
> java.lang.IllegalAccessException: ChangeRequest/CR
>
This error will happen if you do not declare you
I think I have the web.xml and server.xml files configured correctly now, buy when
executing the servlet, I receive this message
java.lang.IllegalAccessException: ChangeRequest/CR
when I use this URL: http://boo.polartime.com:8081/ChangeRequest/servlet/CR
The class is now completely em
If the directory is in your classpath then you can just call it:-
import ChangeRequest.*;
CR myCR = new CR() or whatever.
If thats what you meant anyway(?)
Regards,
Adam.
Adam Fowler
Second year Computer Science undergraduate
University of Wales, Aberystwyth
Carroll College, WI, USA(2000