On Tue, 05 Jan 1999 14:18:15 +0000 (GMT), Philip Nelson wrote:

>On the Blackdown web / FTP site there are four packages -
>
>I18N
>JDK
>JRE
>RT
>
>Which do I need. and what are they all ?
>
>My guesses are -
>
>JDK - Developer's Kit (includes JRE)
>JRE - runtime environment (for distribution)
>I18N - internationalization (do I need to install on top of JDK / JRE ?)
>RT - no idea

Close - very close:

RT   == Run Time - this is the basic Java run time.
I18N == Internationalization - add this to the RT to get:
JRE  == Run Time + Internationalization
JDK  == Developer kit + Run Time + Internationalization.

If you ship a Java product you can *not* ship the JDK with it.
You *can* ship the JRE or RT (and I18N) with it.


Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] --------- http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz

Reply via email to