<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Notes to self</title>
	<atom:link href="http://www.treese.org/win/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.treese.org/win</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 09 Feb 2010 18:44:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Loading JNI libraries on the Mac by Fallik</title>
		<link>http://www.treese.org/win/?p=100&#038;cpage=1#comment-480</link>
		<dc:creator>Fallik</dc:creator>
		<pubDate>Tue, 09 Feb 2010 18:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.treese.org/win/?p=100#comment-480</guid>
		<description>If the libray name is &quot;jnitest&quot; the library filename should have a prefix and a suffix, ie: libjnitest.jnilib

So try to use:

System.load(”some-path/libjnitest.jnilib”);

OR

System.loadLibrary(”jnitest”);

In this case you have to add the libjnitest.jnilib file in the java library path (f.e.: /usr/lib/java/)

Hope it helps</description>
		<content:encoded><![CDATA[<p>If the libray name is &#8220;jnitest&#8221; the library filename should have a prefix and a suffix, ie: libjnitest.jnilib</p>
<p>So try to use:</p>
<p>System.load(”some-path/libjnitest.jnilib”);</p>
<p>OR</p>
<p>System.loadLibrary(”jnitest”);</p>
<p>In this case you have to add the libjnitest.jnilib file in the java library path (f.e.: /usr/lib/java/)</p>
<p>Hope it helps</p>
]]></content:encoded>
	</item>
</channel>
</rss>
