THE site for the JDK port to Linux project is:
www.blackdown.org
All of the necessary software and installation instructions are there.
You may need to upgrade glibc--I did, which can be done via
sunsite.unc.edu or from some Linux vendors, e.g., www.redhat.com
Michael Ash
This posting is a thank you note and compiles the responses.
I had this problem:
> >| $ javac HelloWorldApp.java
> >| Segmentation fault (core dumped)
> >|
> >| I run RedHat 5.0, and I am using the glibc version of jdk. Also, I assume
> >| it's important to compile the kernel for Java binaries?
I am having some trouble with jdk-1.1.6 for linux. I installed the tar
files and put the bin/ directory on my path. But:
$ javac HelloWorldApp.java
Segmentation fault (core dumped)
I run RedHat 5.0, and I am using the glibc version of jdk. Also, I assume
it's important to compile the kernel