Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Encapsulate C code in Java code

Status
Not open for further replies.

Gaelle

Programmer
Jun 20, 2001
62
FR
Hello !

For my application, I have to call C functions in Java ones.
Is this possible ?
Does an API for Java and C exist ?

Thank you !
Gaëlle.
 
Yes, it's possible. You need to look up JNI (Java Native Interface).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top