Hi I'm a new java programmer (or trying to be). I went to the java site and
downloaded java 2 Runtime environment standard edition v1.3.0_01, java2 sdk
standard edition v1.2.2, java Servlet Development kit 2.0 and java Web
server 2.0. I found out that their is a bug in jdk1.2.2 so I follow the
work around see bellow.
in jsdk2.0\lib
jar xf jsdk.jar
copy the resulting "sun" and "javax" directories to jdk1.2\jre\lib
in jdk1.2\jre\lib
jar uf rt.jar sun\*
jar uf rt.jar javax\*
now the problem I'm having is that the jar uf rt.jar sun\* and the jar uf
rt.jar javax\* command does not work. Does any one have a suggestion? I
even bought the CodeWorrior compiler and I had to add the jskd file to make
it work, the only problem is that I do not know how to make it a .class
file.
___________________________________________________________________________
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