> That's great, only you follow their links to find the download page which
> hasn't been updated in months, hence, no linux download
>
That's funny. I went there two days ago and downloaded the following:
j2sdkee-1_2_1-doc-linux.tar.gz : 4466923 bytes
j2sdkee-1_2_1-linux.tar.gz: 10
These are the facts:
JAVA_HOME should be set to the base directory of your jdk installation, in your
case, that would be /usr/jre118.
You want to add the bin directory to your PATH, so something like:
export PATH=/usr/jre118/bin:$PATH
Then, you need to set up your classpath. Do that with:
ex
://java.sun.com/products/jdk/idl/index.html for that.
Cheers,
Mark
***
J. Mark Shacklette J. Mark Shacklette
Principal Partner The University
I had a similar problem running node-local RMI apps. I was able to get past
the security problems by adding the following file to my home directory:
$ cat .java.policy
grant codebase "file://-" {
permission java.security.AllPermission;
};
I don't know if that's your problem or not.
Ma
had to remove libc and libdl to make Java work for you
No, jdk 1.1.6 ran fine out of the box on a clean RedHat 5.1 glibc install.
********
J. Mark Shacklette J. Mark Shacklette
Principal Partner