<?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: Debugging Java Web Start Applications</title>
	<atom:link href="http://blog.uncommons.org/2009/02/06/debugging-java-web-start-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.uncommons.org/2009/02/06/debugging-java-web-start-applications/</link>
	<description>Rants and opinion interspersed with awe-inspiring tales of heoric software engineering endeavours.</description>
	<lastBuildDate>Tue, 17 Aug 2010 03:04:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Dan</title>
		<link>http://blog.uncommons.org/2009/02/06/debugging-java-web-start-applications/comment-page-1/#comment-3566</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 09 Feb 2009 16:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uncommons.org/?p=393#comment-3566</guid>
		<description>@Adi, yes it is a typo, thanks for pointing it out.

@Bernd, you are right, those are just the default general-purpose options that IDEA suggests.</description>
		<content:encoded><![CDATA[<p>@Adi, yes it is a typo, thanks for pointing it out.</p>
<p>@Bernd, you are right, those are just the default general-purpose options that IDEA suggests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adi</title>
		<link>http://blog.uncommons.org/2009/02/06/debugging-java-web-start-applications/comment-page-1/#comment-3565</link>
		<dc:creator>Adi</dc:creator>
		<pubDate>Mon, 09 Feb 2009 08:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uncommons.org/?p=393#comment-3565</guid>
		<description>&#039;export JAVA_VM_ARGS=&quot;-Xdebug -Xnoagent blah blah&quot;
javaws http://www.example.com/path_to/application.jnlp&#039;
It should be 

&#039;export JAVAWS_VM_ARGS=&quot;-Xdebug -Xnoagent blah blah&quot;
javaws http://www.example.com/path_to/application.jnlp&#039; 

Is it typo? :)

With this option, if you have  one JNLP application that launches other JNLP application, the second JNLP application won&#039;t work. I faced this problem long time ago. I can not give you exact &#039;JAVAWS_VM_ARGS&#039; that I had to reproduce this scenario.</description>
		<content:encoded><![CDATA[<p>&#8216;export JAVA_VM_ARGS=&#8221;-Xdebug -Xnoagent blah blah&#8221;<br />
javaws <a href="http://www.example.com/path_to/application.jnlp" rel="nofollow">http://www.example.com/path_to/application.jnlp</a>&#8216;<br />
It should be </p>
<p>&#8216;export JAVAWS_VM_ARGS=&#8221;-Xdebug -Xnoagent blah blah&#8221;<br />
javaws <a href="http://www.example.com/path_to/application.jnlp" rel="nofollow">http://www.example.com/path_to/application.jnlp</a>&#8216; </p>
<p>Is it typo? <img src='http://blog.uncommons.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>With this option, if you have  one JNLP application that launches other JNLP application, the second JNLP application won&#8217;t work. I faced this problem long time ago. I can not give you exact &#8216;JAVAWS_VM_ARGS&#8217; that I had to reproduce this scenario.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernd Eckenfels</title>
		<link>http://blog.uncommons.org/2009/02/06/debugging-java-web-start-applications/comment-page-1/#comment-3560</link>
		<dc:creator>Bernd Eckenfels</dc:creator>
		<pubDate>Sun, 08 Feb 2009 10:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uncommons.org/?p=393#comment-3560</guid>
		<description>Those parameters:

  -Xnoagent
  -Djava.compiler=NONE

are not required with hotspot.

Gruss
Bernd</description>
		<content:encoded><![CDATA[<p>Those parameters:</p>
<p>  -Xnoagent<br />
  -Djava.compiler=NONE</p>
<p>are not required with hotspot.</p>
<p>Gruss<br />
Bernd</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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