Re: [Java Error]

1999-09-27 Thread William D.Webb
I figured it out. I needed to use the glibc2.1 version, instead of 2.0. "William D.Webb" <[EMAIL PROTECTED]> wrote: > I'm trying to get java working on my Linux system. I have it installed and > the bin in my path. Whenever I try to run anything java, I get th

Java Error

1999-09-27 Thread William D.Webb
I'm trying to get java working on my Linux system. I have it installed and the bin in my path. Whenever I try to run anything java, I get the following Any ideas? *** panic: GC: getStickySystemClass failed: java/lang/ref/Reference CLASSPATH may be incorrect SIGABRT 6* abort (gen

Re: [Problem with JNI_CreateJavaVM()]

1999-09-20 Thread William D.Webb
Dude, you want us to write the code for you as well?? Pierre Heroux <[EMAIL PROTECTED]> wrote: > I have a "Segmentation fault (core dumped)" message when I execute the > following source. > > #include > #include > > int main() > { > const int nOpts = 4; > JavaVMOption options[nOpts]; >

Installation Problem

1999-08-28 Thread William D.Webb
I've been trying to install this Blackdown JDK on my RedHat system. I keep getting this error when I run 'java'. Error: can't find libjava.so Any ideas? I so much as manually copied the .so files to my /usr/lib directory. Ge