Depends on which web server ur using. Each web server has a apecific place
to store the class files. Read the adminstration of ur web server and u
will get the answer.
Regards,
Chandana.





Darko <[EMAIL PROTECTED]> on 07/02/2000 08:10:04 PM

Please respond to "A mailing list for discussion about Sun Microsystem's
      Java              Servlet API Technology."
      <[EMAIL PROTECTED]>



 To:      [EMAIL PROTECTED]

 cc:      (bcc: Chandana Srihari/LTITLVSH)



 Subject: servlet classes









Hello,

I have a servlet that should use some classes that I have made myself.
Those classes are public, and reside in the same directory. How would I use
this
class inside my servlet ? Should I use import statement, or is it ok just
to call
that class inside my code ?
When I just use it inside my main program, it complains that it cant find
that
class, and when I use it in import statement, it says it could not find
that
class in import.

Any help is appreciated.

Thanx,

Darko

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to