Re: Using Native methods from an applet

1998-09-22 Thread Dan Kegel
Stephen Martin wrote: > > I'm trying to access a native method from an applet under netscape > 4.06 (and 4.5b2) and I have managed to get the thing to almost > work. It finds and loads that shared library, it invokes the > native method which returns a String, but if I use the String > in any con

Using Native methods from an applet

1998-09-22 Thread Stephen Martin
I'm trying to access a native method from an applet under netscape 4.06 (and 4.5b2) and I have managed to get the thing to almost work. It finds and loads that shared library, it invokes the native method which returns a String, but if I use the String in any context such as trying to print it, it