JNI trouble

1998-11-03 Thread Vanga Reddy
Hi, I could successfully compile and run a small program using JNI on Sun SPARC/Solaris-2.5.1 platform. The same doesn't work on linux (RedHat 5.0 with libc5). It gives a very lengthy error message. I followed the same procedure on both platforms. I compiled shared objects on both. I could compile

Re: JAVA FOR LINUX

1998-09-17 Thread Vanga Reddy
Try java.sun.com. You can download language specification as well as an excellent tutorial. Be prepared for a download of about 6 MB. --vpreddy >Received: from 202.54.33.195 by www.hotmail.com with HTTP; > Thu, 17 Sep 1998 01:21:45 PDT >X-Originating-IP: [202.54.33.195] >From: "rajaram pra

javac (jdk1.1.5) exiting without compiling

1998-08-22 Thread Vanga Reddy
I am trying to use jdk1.1.5 (jdk1.1.5-v5-libc5) on redhat 5.0. Compiler is exiting with error "Cannot find essential class 'java/lang/Object' in class library... aborting" I defined the CLASSPATH - /usr/local/jdk1.1.5/lib JAVA_HOME - /usr/local/jdk1.1.5 (jdk is unpacked here) LD_LIBRARY_PATH - /us