Hello all,
I would like to install Java envirament on my Windows 2003 machine. I
am learning J2SE and J2EE in eclipse IDE.
Thanks in advance!
TheNewf@gmail.com - 09 May 2005 03:28 GMT
If you want to do some compiling then the Development Kit would be the
way to go
Roland - 09 May 2005 11:43 GMT
> Hello all,
>
> I would like to install Java envirament on my Windows 2003 machine. I
> am learning J2SE and J2EE in eclipse IDE.
>
> Thanks in advance!
Get the JDK. And get the latest Eclipse 3.1 (3.1M6 at this moment), as
it supports the new Java language features (generics, etc). Eclipse
3.0.2 does not.

Signature
Regards,
Roland de Ruiter
___ ___
/__/ w_/ /__/
/ \ /_/ / \
Dale King - 10 May 2005 02:36 GMT
> Hello all,
>
> I would like to install Java envirament on my Windows 2003 machine. I
> am learning J2SE and J2EE in eclipse IDE.
Eclipse itself does not need the JDK. It has its own compiler built in
so you can develop without the JDK.
However for servlets and JSP, I believe you will need the JDK, because
the servlet container (e.g. Tomcat) needs to compile as needed

Signature
Dale King