<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Life of Lou Ruppert &#187; programming</title>
	<atom:link href="http://blog.louruppert.com/index.php/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.louruppert.com</link>
	<description>Sketchbook of a mad scientist</description>
	<lastBuildDate>Mon, 18 Jan 2010 17:55:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Playing the peacemaker with Netbeans 6.7.1 and Ubuntu</title>
		<link>http://blog.louruppert.com/index.php/2010/01/18/playing-the-peacemaker-with-netbeans-6-7-1-and-ubuntu/</link>
		<comments>http://blog.louruppert.com/index.php/2010/01/18/playing-the-peacemaker-with-netbeans-6-7-1-and-ubuntu/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 17:55:32 +0000</pubDate>
		<dc:creator>Lou</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blog.louruppert.com/?p=348</guid>
		<description><![CDATA[NetBeans 6.7.1 ships broken in Ubuntu 9.10. Since that&#8217;s the development editor I use for writing my software, I could not let it stand. I was getting exceptions about org.apache.log.Hierarchy every time I tried creating a Servlet. After an hour or so with Google, I discovered this page, which gave me some clues on what [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.netbeans.org">NetBeans</a> 6.7.1 ships broken in <a href="http://www.ubuntu.com">Ubuntu 9.10</a>.  Since that&#8217;s the development editor I use for writing my software, I could not let it stand.  I was getting exceptions about <code>org.apache.log.Hierarchy</code> every time I tried creating a Servlet.</p>
<p>After an hour or so with Google, I discovered <a href="http://forums.fedoraforum.org/showthread.php?t=224466">this</a> page, which gave me some clues on what the source of the problem was.  Here is how I hacked it into working:<br />
<code><br />
bash$ sudo apt-get install liblogkit-java<br />
bash$ cd .netbeans/6.7/lib<br />
bash$ ln -s /usr/share/java/logkit.jar .<br />
</code></p>
<p>Some of the standard Web Application modules seem to assume this jar file is available, and it does seem to be included in Sun&#8217;s bundle of NetBeans, but Ubuntu, for some reason, doesn&#8217;t make it a dependency or include it in the classpath that NetBeans sees.  My commands install the missing Avalon Logkit dependency and then put it somewhere that NetBeans can see it.  Meanwhile, I&#8217;ve reported it as bug <a href="https://bugs.launchpad.net/ubuntu/+source/netbeans/+bug/509255">#509255</a> on Launchpad.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.louruppert.com/index.php/2010/01/18/playing-the-peacemaker-with-netbeans-6-7-1-and-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
