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