Heinz Wehner wrote:

> I've noticed that I need to unpack JARs in the JSWDK 1.0EA \servlets
> directory in order to run servlets. What needs to be done to directly run
> the JARs without the need to unpack? Can it be done at all? If so, how is
> it done?
>
> Heinz Wehner
> (Karlsruhe, Germany)
>

Add the JAR files to your system CLASSPATH, before you run the "startserver"
script.  The script adds on the extra class path settings that are needed to
run the engine itself, and the associated examples.

In a Java2 environment, you also have the choice of installing JAR files as
system extensions, by putting them in the following directory (where
{JDK_HOME} is the base directory of your Java2 install:

    {JDK_HOME}/jre/lib/ext

Craig McClanahan

___________________________________________________________________________
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