Wendy Richardson wrote:
I tried using jdk117v1a on RH5.2 with my program that uses JNI, and it works
great with one exception. I keep getting a suspend signal and I don't know
why or where it is coming from. I also get this using a pure Java program
that uses RMI. The suspends are intermittent, but frequently occur when I
press a button that invokes some RMI code. Am I doing something wrong? Has
anyone else experienced this? Any clues?
-Wendy
> Moses DeJong wrote:
>
> > I have not seen much about the native threads port for 1.1.7 in the
> > mailing list archives. Is there anyone out there that has gotten the
> > native threads version of 1.1.7a1 to work with JNI? I have an application
> > that compiles and works on Solaris, Windows, and IRIX but when I try to
> > run it on my RedHat5.2 (glibc) system at home I get an error like
> > "can not find java.lang.Object" when calling JNI_CreateJavaVM. The
> > CLASSPATH includes the installed classes.zip so I have no idea what
> > could be causing the error. If anyone out there wants to try out
> > the code I was compiling it can be downloaded here.
> >
> > http://www.cs.umn.edu/~dejong/tcl/tcljava1.1a1.tar.gz
> >
> > The package is autoconfed and is known to compile on linux.
> >
> > If anyone knows what is going wrong and could help me out please
> > send me an email.
> >
>
> I use the OpenGroup's jdk1.1.6 on RedHat5.2(glibc) system, and the native
> threads work well.
> I have Java call the native code, which is the opposite from how you have
> the native code start the Java VM. I haven't tried blackdown's jdk1.1.7
> native threads yet, but I will try that soon.
>
> -Wendy
>
> Wendy Richardson
> [EMAIL PROTECTED]
>
> >
> > Mo DeJong
> > [EMAIL PROTECTED]
> > gimme multimedia group