<?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: How to create executable jar file with NetBeans IDE</title>
	<atom:link href="http://www.micheledallatorre.it/blog/2008/10/26/how-to-create-executable-jar-file-with-netbeans-ide/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.micheledallatorre.it/blog/2008/10/26/how-to-create-executable-jar-file-with-netbeans-ide/</link>
	<description>[.::MDT::.] on the Internet</description>
	<lastBuildDate>Sat, 27 Feb 2010 12:37:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MDT</title>
		<link>http://www.micheledallatorre.it/blog/2008/10/26/how-to-create-executable-jar-file-with-netbeans-ide/comment-page-1/#comment-1044</link>
		<dc:creator>MDT</dc:creator>
		<pubDate>Sat, 27 Feb 2010 12:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=404#comment-1044</guid>
		<description>I think you need to modify the Mainifest so that it specifies Main-Class, see also

http://java.sun.com/docs/books/tutorial/jar/basics/run.html 

Did you use Netbeans?</description>
		<content:encoded><![CDATA[<p>I think you need to modify the Mainifest so that it specifies Main-Class, see also</p>
<p><a href="http://java.sun.com/docs/books/tutorial/jar/basics/run.html" rel="nofollow">http://java.sun.com/docs/books/tutorial/jar/basics/run.html</a> </p>
<p>Did you use Netbeans?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PPB</title>
		<link>http://www.micheledallatorre.it/blog/2008/10/26/how-to-create-executable-jar-file-with-netbeans-ide/comment-page-1/#comment-1043</link>
		<dc:creator>PPB</dc:creator>
		<pubDate>Sat, 27 Feb 2010 08:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=404#comment-1043</guid>
		<description>I tried to create jar using above steps.
n when I run jar using given command i get error as 
&quot;Failed to load Main-Class manifest attribute from myJar.jar&quot; 

I have added Main-Class attribute in Manifest.mf but still same error..
Contents of Manifest are
-----------------------------------
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.0
Created-By: 1.6.0-b105 (Sun Microsystems Inc.)
Main-Class: ppb.MainClass
--------------------------------------------
Can u help me??</description>
		<content:encoded><![CDATA[<p>I tried to create jar using above steps.<br />
n when I run jar using given command i get error as<br />
&#8220;Failed to load Main-Class manifest attribute from myJar.jar&#8221; </p>
<p>I have added Main-Class attribute in Manifest.mf but still same error..<br />
Contents of Manifest are<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Manifest-Version: 1.0<br />
Ant-Version: Apache Ant 1.7.0<br />
Created-By: 1.6.0-b105 (Sun Microsystems Inc.)<br />
Main-Class: ppb.MainClass<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Can u help me??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MDT</title>
		<link>http://www.micheledallatorre.it/blog/2008/10/26/how-to-create-executable-jar-file-with-netbeans-ide/comment-page-1/#comment-1029</link>
		<dc:creator>MDT</dc:creator>
		<pubDate>Wed, 27 Jan 2010 02:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=404#comment-1029</guid>
		<description>You&#039;re welcome.

Good luck!</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doris</title>
		<link>http://www.micheledallatorre.it/blog/2008/10/26/how-to-create-executable-jar-file-with-netbeans-ide/comment-page-1/#comment-1028</link>
		<dc:creator>doris</dc:creator>
		<pubDate>Wed, 27 Jan 2010 02:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=404#comment-1028</guid>
		<description>^^ thank you...</description>
		<content:encoded><![CDATA[<p>^^ thank you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MDT</title>
		<link>http://www.micheledallatorre.it/blog/2008/10/26/how-to-create-executable-jar-file-with-netbeans-ide/comment-page-1/#comment-1027</link>
		<dc:creator>MDT</dc:creator>
		<pubDate>Wed, 27 Jan 2010 01:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=404#comment-1027</guid>
		<description>I don&#039;t know, unfortunately I&#039;m not a mobile-software developer...</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know, unfortunately I&#8217;m not a mobile-software developer&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doris</title>
		<link>http://www.micheledallatorre.it/blog/2008/10/26/how-to-create-executable-jar-file-with-netbeans-ide/comment-page-1/#comment-1026</link>
		<dc:creator>doris</dc:creator>
		<pubDate>Tue, 26 Jan 2010 12:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=404#comment-1026</guid>
		<description>hi...im using netbean 6.8.
after i finish all 7 steps i couldn&#039;t run it in my mobile phone...
is there any extra things i need to do so that i can run it in mobile phone?</description>
		<content:encoded><![CDATA[<p>hi&#8230;im using netbean 6.8.<br />
after i finish all 7 steps i couldn&#8217;t run it in my mobile phone&#8230;<br />
is there any extra things i need to do so that i can run it in mobile phone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MDT</title>
		<link>http://www.micheledallatorre.it/blog/2008/10/26/how-to-create-executable-jar-file-with-netbeans-ide/comment-page-1/#comment-905</link>
		<dc:creator>MDT</dc:creator>
		<pubDate>Sat, 04 Jul 2009 08:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=404#comment-905</guid>
		<description>You&#039;re welcome! :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome! <img src='http://www.micheledallatorre.it/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ptk</title>
		<link>http://www.micheledallatorre.it/blog/2008/10/26/how-to-create-executable-jar-file-with-netbeans-ide/comment-page-1/#comment-902</link>
		<dc:creator>ptk</dc:creator>
		<pubDate>Sat, 04 Jul 2009 05:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=404#comment-902</guid>
		<description>It&#039;s an useful information, many thanks.</description>
		<content:encoded><![CDATA[<p>It&#8217;s an useful information, many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MDT</title>
		<link>http://www.micheledallatorre.it/blog/2008/10/26/how-to-create-executable-jar-file-with-netbeans-ide/comment-page-1/#comment-883</link>
		<dc:creator>MDT</dc:creator>
		<pubDate>Tue, 02 Jun 2009 18:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=404#comment-883</guid>
		<description>You&#039;re very welcome! :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re very welcome! <img src='http://www.micheledallatorre.it/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dharshana</title>
		<link>http://www.micheledallatorre.it/blog/2008/10/26/how-to-create-executable-jar-file-with-netbeans-ide/comment-page-1/#comment-882</link>
		<dc:creator>dharshana</dc:creator>
		<pubDate>Tue, 02 Jun 2009 16:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/?p=404#comment-882</guid>
		<description>Thanks very very much........

This is really useful 4 me....

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks very very much&#8230;&#8230;..</p>
<p>This is really useful 4 me&#8230;.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
