What is this Bogus Memory ???

1998-12-05 Thread C.SARAVANAN
Hello, What is this kind of messages I get when I use Java AWT under RedHat Linux? $ Tried to free bogus memory 82ef030, ignored Should I have to ignore this... or else how can I stop this message appearing... Thanx, C.S.

Re: Basics of using JNI under Linux

1998-11-12 Thread C.SARAVANAN
On Thu, 5 Nov 1998, peter johnson wrote: > > > Nicholas Matsakis wrote: > > > Briefly, I am trying to call a native method under Linux. I have a > > decent understanding of the JNI, and have gotten my code to load under > > windows, but am unable to load the shared library under Linux. Othe