<?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"
	>
<channel>
	<title>Comments on: Modify java.library.path at runtime</title>
	<atom:link href="http://nicklothian.com/blog/2008/11/19/modify-javalibrarypath-at-runtime/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicklothian.com/blog/2008/11/19/modify-javalibrarypath-at-runtime/</link>
	<description>My Blog, Take 4</description>
	<pubDate>Tue, 06 Jan 2009 22:11:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Nick Lothian</title>
		<link>http://nicklothian.com/blog/2008/11/19/modify-javalibrarypath-at-runtime/#comment-503</link>
		<dc:creator>Nick Lothian</dc:creator>
		<pubDate>Thu, 20 Nov 2008 22:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://nicklothian.com/blog/?p=335#comment-503</guid>
		<description>Yes, that would normally be the sensible thing to do. However, in this case I was using a pre-packaged library (JNotify), which used System.loadLibrary(String), and so required the library to be on the library path.</description>
		<content:encoded><![CDATA[<p>Yes, that would normally be the sensible thing to do. However, in this case I was using a pre-packaged library (JNotify), which used System.loadLibrary(String), and so required the library to be on the library path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: svenmeier</title>
		<link>http://nicklothian.com/blog/2008/11/19/modify-javalibrarypath-at-runtime/#comment-502</link>
		<dc:creator>svenmeier</dc:creator>
		<pubDate>Thu, 20 Nov 2008 12:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://nicklothian.com/blog/?p=335#comment-502</guid>
		<description>I prefer loading native libs from a known place, e.g. a 'lib' subfolder or even better the directory of the jar, your class was loaded from.

See System.load(String).</description>
		<content:encoded><![CDATA[<p>I prefer loading native libs from a known place, e.g. a &#8216;lib&#8217; subfolder or even better the directory of the jar, your class was loaded from.</p>
<p>See System.load(String).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.216 seconds -->
