<?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 on: NoSuchMethodException launching Scala App</title>
	<atom:link href="http://www.jakubkorab.net/2010/01/nosuchmethodexception-launching-scala-app.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jakubkorab.net/2010/01/nosuchmethodexception-launching-scala-app.html</link>
	<description>Tech, Opinion, and Doing Stuff</description>
	<lastBuildDate>Wed, 03 Mar 2010 16:42:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jake</title>
		<link>http://www.jakubkorab.net/2010/01/nosuchmethodexception-launching-scala-app.html/comment-page-1#comment-733</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Sun, 17 Jan 2010 13:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakubkorab.net/?p=282#comment-733</guid>
		<description>You&#039;re right, mistyped :) Corrected.</description>
		<content:encoded><![CDATA[<p>You&#8217;re right, mistyped <img src='http://www.jakubkorab.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Corrected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Strachan</title>
		<link>http://www.jakubkorab.net/2010/01/nosuchmethodexception-launching-scala-app.html/comment-page-1#comment-732</link>
		<dc:creator>James Strachan</dc:creator>
		<pubDate>Sun, 17 Jan 2010 08:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakubkorab.net/?p=282#comment-732</guid>
		<description>This is a side effect of how object&#039;s get converted to bytecode. Since its a separate class in the JVM and if your object and class are the same names, the object class with the main has a different name (I think App$ though check).

Incidentally you mean &quot;val app = new App()&quot; - def actually defines a function which returns a new App; its just with the universal access principle it looks like a variable</description>
		<content:encoded><![CDATA[<p>This is a side effect of how object&#8217;s get converted to bytecode. Since its a separate class in the JVM and if your object and class are the same names, the object class with the main has a different name (I think App$ though check).</p>
<p>Incidentally you mean &#8220;val app = new App()&#8221; &#8211; def actually defines a function which returns a new App; its just with the universal access principle it looks like a variable</p>
]]></content:encoded>
	</item>
</channel>
</rss>
