Java Version?

  • Thread starter Thread starter Lee
  • Start date Start date
L

Lee

Hello,

i am building an image of W2k w/SP4. The default version
of Java is 1.4.2. I need it to be 1.3.1_03.

Is this version update due to SP4?

If I reinstall using Sp3, will that fix my problem?

Thanks,
 
Hmmm... MS and Sun products are totally separate. I'm not
too familiar with SP4 yet but in general, but I find it
curious that SP4 updated your Sun JRE. Are you sure you
haven't updated/installed more then just a SP recently?

At any rate, why do you <<need>> 1.3? Is it because
you're using a depricated package? Otherwise, 1.4 won't
hurt. And you can also compile with 1.4 and force it to
use a previous version... javac -target 1.3 source.java

--Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Java Versions 4
java runtime environment damaged 3
Java JRE (1.4.2) - doesn't work on 2000 server ??? 11
JAVA upgrade totally jammed up 3
Java won't render. 6
SP4 problems 5
Java 3
Java Scripts in Internet Explorer 17

Back
Top