Hi all,
Just wondering if I need java sdk as well to run java programs?
Cheers!
John Currier - 23 Jun 2005 06:01 GMT
Nope, just a runtime (a.k.a JRE - Java Runtime Environment).
An SDK is usually only required if you want to do development.
John
http://schemaspy.sourceforge.net
jack - 23 Jun 2005 06:01 GMT
No, all you need is the JRE. The SDK is only needed for development.
> Hi all,
>
> Just wondering if I need java sdk as well to run java programs?
>
> Cheers!
jack - 23 Jun 2005 06:05 GMT
cool, we replied at the same time
John Currier - 23 Jun 2005 06:09 GMT
If only I hadn't looked it over before hitting submit... ;)
Raymond DeCampo - 24 Jun 2005 01:39 GMT
> Hi all,
>
> Just wondering if I need java sdk as well to run java programs?
>
> Cheers!
The short answer is no. The long answer is it depends. If the
particular application is a J2EE web container, then you will need a JDK
as well.
Ray

Signature
XML is the programmer's duct tape.