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?
PROTECTED] wrote:
>
>--
>| From: mash / mime, , , [EMAIL PROTECTED]
>| To: java-linux / mime, , , [EMAIL PROTECTED]
>| Subject: Startup problems
>| Date: Tuesday, July 07, 1998 5:04PM
>|
>| I am having some trouble with jdk-1.1.6 for linux. I installed the tar
>| f
--
| From: mash / mime, , , [EMAIL PROTECTED]
| To: java-linux / mime, , , [EMAIL PROTECTED]
| Subject: Startup problems
| Date: Tuesday, July 07, 1998 5:04PM
|
| 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
You need to get the newest glibc (2.0.7-x) RPM from RedHat. Also,
it's NOT important to compile the kernel for Java binaries; you only
need to do this if you don't want to type 'java HelloWorld' and just
'chmod a+x HelloWorld.class ; HelloWorld.class'. Without kernel Java
binary support, 'java
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