RE: JAVA - JRE or SDK

2002-12-28 Thread Chad Skinner
] Subject: Re: JAVA - JRE or SDK On Monday 23 December 2002 08:56 pm, Andrew Hadinyoto wrote: Thanks for the explanation. I was certainly confused. Much clearer now. Just hope I don't forget. I will have to start over though, as I have SDK installed. Seems to conflict with me putting in JRE

Re: JAVA - JRE or SDK

2002-12-24 Thread Ted Gervais
On Monday 23 December 2002 08:56 pm, Andrew Hadinyoto wrote: Thanks for the explanation. I was certainly confused. Much clearer now. Just hope I don't forget. I will have to start over though, as I have SDK installed. Seems to conflict with me putting in JRE but I think you said

Re: JAVA - JRE or SDK

2002-12-24 Thread Cameron Simpson
On 11:36 24 Dec 2002, Ted Gervais [EMAIL PROTECTED] wrote: | On Monday 23 December 2002 08:56 pm, Andrew Hadinyoto wrote: | Thanks for the explanation. I was certainly confused. Much clearer now. | Just hope I don't forget. I will have to start over though, as I have SDK | installed. Seems

JAVA - JRE or SDK

2002-12-23 Thread Ted Gervais
Do I need to install both JRE.x.x. and SDK.x.x. files to get Java work? What is the difference between these two files?? -- T.L.Gervais Coldbrook, NS Canada. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe

Re: JAVA - JRE or SDK

2002-12-23 Thread mklinke
Ted, Depends on just what you want to do. JRE = Runtime environment needed to run java programs. SDK = Development environment need to develop java programs. Regards, Mike Klinke On Monday 23 December 2002 18:41, Ted Gervais wrote: Do I need to install both JRE.x.x. and SDK.x.x. files to get

Re: JAVA - JRE or SDK

2002-12-23 Thread Andrew Hadinyoto
JRE is the run time environment. You'll need this if you just want to run compiled Java program (Java application). No compiler. SDK is needed if you would like to write your own Java program. So it comes with the compiler. Which to download? The SDK includes JRE, but the download size is huge.