Ok, a very basic question.
I've got a servlet working fine using .class files, but I'd like to package
the thing up into a single JAR (It's a multipurpose bit of code...  either a
command line application, a Swing GUI app, or a servlet).  I dislike the
idea of having to hardwire paths into the System CLASSPATH, it's not the
most user friendly part of the Java framework.  Is this the only way to make
a JAR servlet work, or am I really forced to stick with class files?

___________________________________________________________________________
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