Hi,
The servlet development kit is not in Suns JDK 2 - you have
to download it
separately. To have java & javac, etc. pick it up, copy
servlet.jar to
jdk/jre/lib/ext/
If you want to use the demo httpserver, also copy the
server.jar to this directory.

See jdk/docs/guide/extensions/index.html for the extension
mechanism
in general.

Nick

>
> Pat Trainor <[EMAIL PROTECTED]> wrote:
>
>         Now I'm very, very new to Java, but have purchased 14 books,
> including "Java Servlet Programming" by John Hunter. As I see it, adding
> servlet compatibility to a .java source is simply placing the jsdk.jar in
> the CLASSPATH, right? Documentation says that javac compiles servlets,
> applets, scriptlets no sweat. I have no fancy Borland or MS tools.
>
>         But other documentation says it is included in the JDK v2.0
> ..problem is that using imports for those classes/packages does not find
> the javax.* stuff! On linux I'm hoping to have more success, and it is
> also my development platform of choice for Perl and DBI/ODBC.
>
>         Additionally, there are many versions of the JDK, apparently,
> including GNU style. Which works with what? When is JRE necessary? I hope
> someone else has been through this rite of passage before me!
>
>         As an aside, has anyone any experience with Netscape Enterprise
> v3? I read that it only supports Servlet API v1.0, and is considered
> unstable. I may HAVE to develop on this platform, and would really like to
> hear what to do, or not, in order to use this platform on Sun Ultra.
>
>


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to