RE: Startup problems

1998-07-08 Thread 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?

RE: Startup problems

1998-07-08 Thread Guenther Wieser
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

RE: Startup problems

1998-07-08 Thread A . KLOS
-- | 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

Re: Startup problems

1998-07-07 Thread Troy Wu
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

Startup problems

1998-07-07 Thread Michael Ash
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