Sismi <[EMAIL PROTECTED]> wrote:
> 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.
First of all, just get the JDK (the JRE is included in there) and install it
somewhere (c:\jdk)...
Then you don't jave to EXPAND the jsdk.jar, but simply copy it into
C:\JDK\JRE\LIB\EXT, and leave it there. This is the first step to get things
working...
To make a class file, once you've set up things, simply go to your command
prompt and type "javac [source.java]" and you'll get your .class file there
in no time... :)
Pier
--
Pier Fumagalli - Sun Microsystems Inc. - <mailto:[EMAIL PROTECTED]>
----------------------------------------------------------------------------
___________________________________________________________________________
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