<?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>Gary Boone, PhD &#187; plugin</title>
	<atom:link href="http://garyboone.com/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://garyboone.com</link>
	<description>Clippings, code snippets, and other searchable web notes</description>
	<lastBuildDate>Mon, 21 Jun 2010 20:42:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Scala Eclipse Plugin: got class?</title>
		<link>http://garyboone.com/2009/06/scala-eclipse-plugin-got-main/</link>
		<comments>http://garyboone.com/2009/06/scala-eclipse-plugin-got-main/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 22:35:10 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Scala]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://garyboone.com/2009/06/scala-eclipse-plugin-got-main/</guid>
		<description><![CDATA[The Scala Eclipse plugin is in development, so we can forgive little issues. One I keep running into is that programs sometimes can&#8217;t find themselves upon start. On the canonical hello-world program, I see:
Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: HelloWorldCaused by: java.lang.ClassNotFoundException: HelloWorld

So far, the only explanation I&#8217;ve found from searching the web is that the [...]]]></description>
			<content:encoded><![CDATA[<p style="clear: both">The Scala Eclipse plugin is in development, so we can forgive little issues. One I keep running into is that programs sometimes can&#8217;t find themselves upon start. On the canonical hello-world program, I see:</p>
<blockquote style="clear: both"><p>Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: HelloWorld<br />Caused by: java.lang.ClassNotFoundException: HelloWorld</p>
</blockquote>
<p style="clear: both">So far, the only explanation I&#8217;ve found from searching the web is that the metadata is horked, so the workspace must be nuked from orbit, that being the only way to be sure. I&#8217;ve tried it and it works, but this approach is hardly practical for production coding.</p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://garyboone.com/2009/06/scala-eclipse-plugin-got-main/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
