<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.chrisellsworth.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Chris's Development Blog : JNI</title><link>http://www.chrisellsworth.com/blogs/devblog/archive/tags/JNI/default.aspx</link><description>Tags: JNI</description><dc:language>en</dc:language><generator>CommunityServer 2.1 (Build: 60809.935)</generator><item><title>Java Native Interface Example</title><link>http://www.chrisellsworth.com/blogs/devblog/archive/2005/02/08/Java-Native-Interface-Example.aspx</link><pubDate>Wed, 09 Feb 2005 04:56:00 GMT</pubDate><guid isPermaLink="false">055a2542-c573-4b07-a110-b17cde591059:25</guid><dc:creator>Christopher Chess Ellsworth</dc:creator><slash:comments>0</slash:comments><comments>http://www.chrisellsworth.com/blogs/devblog/comments/25.aspx</comments><wfw:commentRss>http://www.chrisellsworth.com/blogs/devblog/commentrss.aspx?PostID=25</wfw:commentRss><wfw:comment>http://www.chrisellsworth.com/blogs/devblog/rsscomments.aspx?PostID=25</wfw:comment><description>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....(&lt;a href="http://www.chrisellsworth.com/blogs/devblog/archive/2005/02/08/Java-Native-Interface-Example.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.chrisellsworth.com/aggbug.aspx?PostID=25" width="1" height="1"&gt;</description><enclosure url="http://www.cs.appstate.edu/~cce/downloads/JNI_Example.zip" length="1086" type="application/zip" /><category domain="http://www.chrisellsworth.com/blogs/devblog/archive/tags/Java/default.aspx">Java</category><category domain="http://www.chrisellsworth.com/blogs/devblog/archive/tags/C_2B002B00_/default.aspx">C++</category><category domain="http://www.chrisellsworth.com/blogs/devblog/archive/tags/JNI/default.aspx">JNI</category></item></channel></rss>