On Sun, 31 Jan 1999 10:26:14 -0700, Glenn Valenta wrote:
>
>I need to install the native support for jdk117. I have read the "Java Linux
>Native Threads Pack", "README.linux for JDK117" and the
>"[EMAIL PROTECTED] FAQ" but am unable to find a more detail
>discription of the installation instructions of the JDE and RT packages.
>
>The best description I found was form the README.linux-JDK117...
>
>>To install the native threads package, you need to first download
>>the JDK, JRE, RT and install that. Next, you need to get the matching
>>native threads package and install that into the same location.
>>Finally, to use the native threads version of the JVM, you need
>>to set the THREADS_FLAG environment variable to "native"
>
>Unpacking these packages in order, JDK, JRE, RT and JDK-native, creates three
>directories in my build path, (/usr/local/) jdk117_v1a, jre117_v1a and
>rt117_v1a. After inspecting the directory trees and the files they contain, it
>appears that installing the "jdk_1.1.7-v1a-glibc-x86-native.tar.gz" installs
>all the same directories and files that both jre117_v1a and rt117_v1a contain.
>
>I guess what I'm asking is, if I install the JDK and JDK-native packages, why
>do I need the JRE and the RT packages?
I guess I missed an "or" as the statement should read:
: To install the native threads package, you need to first download
: the JDK, JRE, *or* RT and install that. Next, you need to get the matching
: native threads package and install that into the same location.
All you need to install is the JDK and JDK native package, *or* the
JRE and JRE native package, *or* the RT and RT native package.
>Also, if I do need both of the JDR and RT packages, how do I use them? Do I
>place the files in the $(JDK)/bin and $(JDK)/lib respectively or set some
>environmental vars?
Generally you only need one of them. The JDK is the "Java Developers Kit"
which includes the development tools, some demos, etc.
The JRE is the "Java Runtime Environment" which is the full Java Environment
including all of the international language support files.
The RT is the "Run Time" which is the Java Runtime which has the basic
set of files but none of the internationalization files.
The RT + i18n == JRE (i18n is available separately)
The JRE + tools == JDK (tools not available separately)
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