Clicky

ChrisEllsworth.com

The online home of Christopher Chess Ellsworth
Welcome to ChrisEllsworth.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » C++ » Java   (RSS)
  • Java Native Interface Example

    Java provides a simple way to call native (c, c++, etc) functions from within Java.  A class can define a "native" method that, when invoked, actually calls some function on the native side.  In this post, I am going to walk through a simple example using Java 1.4.2 and the MINGW C++ compiler in windows. The Java Side: ...
    Posted to Chris's Development Blog (Weblog) by Chris on February 8, 2005

Locations of Visitors

Locations of visitors to this page
©2007 Christopher Chess Ellsworth