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://java.sun.com/docs/books/tutorial/native1.1/index.html

There are examples with source code of less trivial
tasks on blackdown's products page.

Trent Jarvi
[EMAIL PROTECTED]
--- [EMAIL PROTECTED] wrote:
> 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 !!

__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to