Re: Using native classes

1999-12-13 Thread Trent Jarvi
I've not seen a way to call say.. libc printf from java. printf is usually wrapped in a native function that matches java's calling method. More recently this is done through the java native interface. You have probably seen the 'trail' for calling native functions from java methods. http://

Using native classes

1999-12-13 Thread benito . meeuwis
Hi, How can I get a reference to a native class in a shared library and use the functions ? An example would be very welcome !! Thanks ... E-Mail : [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subjec