Re: Installation of JSDK2.0 ?

2000-04-28 Thread Baglan Dosmagambetov

 Is there newer JDK version ready for developing servlets?  Or I have to
 install JSDK2.0?  If so, how to setup the classpath correctly (under
Windows
 98) for compiling the source code using standard javac compiler ?
Yes, there is a newer version of JSDK - check java.sun.com for it.
Unfortunately (and to my best knowledge) JServ only supports 2.0 so if
you're using apache+jserv you have to use it (it can be downloaded from the
SUN's site as well). You can also download sun's JSWDK - it's coming with a
simple web server as well and supports the latest version of JSDK.

Coming to correct installation, there is a file 'jsdk.jar' and you have to
include it in your classpath.

Baglan

___
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



Re: Installation of JSDK2.0 ?

2000-04-28 Thread Chao Chen

Baglan:

Thanks a lot.  I sovled the problem based on your suggestions.

Chen

___
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