Re: Java, threads, and RedHat 6.1, JNI_CreateVM coredump.

1999-11-25 Thread Ruchir Tewari
rom: Riyad Kalla <[EMAIL PROTECTED]> To: Ruchir Tewari <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Java, threads, and RedHat 6.1, JNI_CreateVM coredump. Date: Thu, 25 Nov 1999 17:19:52 -0700 Correct me if I'm wrong, but wasn't jdk117_v1a compiled

Re: Java, threads, and RedHat 6.1, JNI_CreateVM coredump.

1999-11-25 Thread Ruchir Tewari
JNI_CreateVM does not work on redhat 6.1 when using jdk117_v1a. Take a look at the following bug report. http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=6056 It says it works with the IBM jdk. But I've found the IBM jdk to be even less stable than the blackdown version. I've entered a bu

jdk linux licensing

1999-10-27 Thread Ruchir Tewari
Can the blackdown linux jdk be shipped with a product ? What is the best way to ship a product on linux which depends on the linux jdk ? Note that the full jdk is required, not just the java runtime. thanks for any info, - Ruchir __ Get Your P

Re: Where is it?

1999-10-14 Thread Ruchir Tewari
These are no different from those on other platforms. You can get both off the web - docs at http://java.sun.com/products/jdk/1.1/docs/index.html samples at http://www.javasoft.com/applets/jdk/1.1/index.html g'luck, Ruchir From: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Where is it?

glibc version jdk117_v1a with native threads on redhat 6.0

1999-10-01 Thread Ruchir Tewari
Hi there, Is the jdk117_v1a (glibc version) supposed to work on redhat 6.0 (glibc2.1, kernel 2.2.5-15) or are there glibc2.0/glibc2.1 incompatibilities at work here ? I'm using native threads with this jdk on redhat6.0 for a multithreaded server that used JNI. If I use a single client, everythi