Makes sense. Thank you. Do you know where I can get hold of a 1.3 jdk?
I couldn't find one on the Suns site
> Makes sense. Thank you. Do you know where I can get hold of a 1.3 jdk?
> I couldn't find one on the Suns site
<http://java.sun.com/products/archive/index.html>

Signature
Regards,
Roland de Ruiter
___ ___
/__/ w_/ /__/
/ \ /_/ / \
> Do you know where I can get hold of a 1.3 jdk?
> I couldn't find one on the Suns site
http://java.sun.com/products/archive/index.html

Signature
Regards,
John McGrath
> Makes sense. Thank you. Do you know where I can get hold of a 1.3 jdk?
Try <http://java.sun.com/j2se/1.3/download.html>.
But note that all you require to compile compatible for Java 1.3 classes
is the 1.3 rt.jar itself*, so the JRE will do just fine for that.
* I am referring to compilation from the command line or from any tool that
gives you direct access to setting the standard javac options, I cannot
speak for 'doing it from Eclipse'.
> I couldn't find one on the Suns site
Search on Sun's site is an art, especially recently that they have
been updating their search facility and moving/removing(?) old documents.

Signature
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
Dale King - 26 May 2005 05:38 GMT
>>Makes sense. Thank you. Do you know where I can get hold of a 1.3 jdk?
>
[quoted text clipped - 6 lines]
> gives you direct access to setting the standard javac options, I cannot
> speak for 'doing it from Eclipse'.
You can do it in Eclipse too. By default it gives you the runtime jar
from the runtime you have selected but you can remove that and replace
it with your own.

Signature
Dale King
Andrew Thompson - 26 May 2005 05:51 GMT
>> ..note that all you require to compile compatible for Java 1.3 classes
>> is the 1.3 rt.jar itself*, so the JRE will do just fine for that.
[quoted text clipped - 6 lines]
> from the runtime you have selected but you can remove that and replace
> it with your own.
Thanks for that. [ Although I strongly advocate learners using
a simple text editor (and still use a text editor for the SSCCE's
I post to usenet), I worked on a large project recently in which
both JBuilder and Eclipse (..along with their debuggers, build
tools, etcetera) proved quite valuable. ..So there! ;-) ]
-- Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
Dale King - 31 May 2005 12:27 GMT
>>>..note that all you require to compile compatible for Java 1.3 classes
>>>is the 1.3 rt.jar itself*, so the JRE will do just fine for that.
[quoted text clipped - 12 lines]
> both JBuilder and Eclipse (..along with their debuggers, build
> tools, etcetera) proved quite valuable. ..So there! ;-) ]
Well, I advocate that newbies use BlueJ and not Eclipse even though I
think is a great IDE for those that are experienced (and another thread
discusses IDE vs. command line tools), but I fail to see what that has
to do with this thread since no one was classified as a "learner" and
the OP was specifically asking about Eclipse.

Signature
Dale King