Hi folks,
I have been trying to get JNI_CreateJavaVM work on
RH6.1 for quite a while without any luck, everytime
when I call JNI_CreateJavaVM, the program core dumped.
I tried both the JDK 1.1 and 1.2 way to call
JNI_CreateJavaVM. all core dumped. but jdk itself
works fine, I can run all demos
I've got a fair amount of 'autobreak' logic in a
configure.in script shipped with rxtx if your
interested. I would not mind sharing that in hopes of
getting away from a few hundred emails a year.
> Should I bother mentioning JDK 1.0 ?
In my opinion 1.0 is a waste of time.
Trent Jarvi
[EMAIL PR
Hi,
A little while back I was talking about writing a program to check a
user's system and from that information decide what JDK version they
should get. I was being stubborn about writing it in C, but I got over
that fairly quickly :) I'm now working on a shell script that looks at
libc versi
[EMAIL PROTECTED] wrote:
>
> > [jape@jaguar test2]$ java
> > -Djava.rmi.server.codebase=file:/usr/home/jape/ test2.Server
> >
> > main
> > remote exception in main
> > java.rmi.ServerException: Server RemoteException; nested exception is:
> > java.rmi.AccessException: Registry.rebind
>
Sender: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
From: Juergen Kreileder <[EMAIL PROTECTED]>
Date: 13 Dec 1999 10:03:39 +0100
Organization: Blackdown Java-Linux Porting Team
> gerd writes:
gerd> [muster@192 muster]$ DEBUG_PROG=ldd java
gerd>