<?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?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nosuchmethodexception-launching-scala-app</link>
	<description>Adventures in technology consulting</description>
	<lastBuildDate>Fri, 06 Jan 2012 14:46:59 +0000</lastBuildDate>
	<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-765</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Sat, 15 Jan 2011 21:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakubkorab.net/?p=282#comment-765</guid>
		<description>Must have missed the key detail when I updated the post last. Rename the object to another name, and you&#039;re good to go. I have updated the post.</description>
		<content:encoded><![CDATA[<p>Must have missed the key detail when I updated the post last. Rename the object to another name, and you&#8217;re good to go. I have updated the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Boesch</title>
		<link>http://www.jakubkorab.net/2010/01/nosuchmethodexception-launching-scala-app.html/comment-page-1#comment-764</link>
		<dc:creator>Stephen Boesch</dc:creator>
		<pubDate>Sat, 15 Jan 2011 20:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakubkorab.net/?p=282#comment-764</guid>
		<description>I don&#039;t get what you actually changed. In your second code fragment the object &quot;App&quot; is still same as the class.  Pls clarify.(I&#039;m asking since have same issue and interested in resolution).

thanks</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get what you actually changed. In your second code fragment the object &#8220;App&#8221; is still same as the class.  Pls clarify.(I&#8217;m asking since have same issue and interested in resolution).</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<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>

