<?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: Automatically signing .jar files in NetBeans</title>
	<atom:link href="http://ezzatron.com/2009/09/29/automatically-signing-jar-files-in-netbeans/feed/" rel="self" type="application/rss+xml" />
	<link>http://ezzatron.com/2009/09/29/automatically-signing-jar-files-in-netbeans/</link>
	<description>Bringing together the fine arts of programming and death metal.</description>
	<lastBuildDate>Tue, 07 Sep 2010 22:52:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Patrick</title>
		<link>http://ezzatron.com/2009/09/29/automatically-signing-jar-files-in-netbeans/comment-page-1/#comment-458</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 21 May 2010 14:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://ezzatron.com/?p=143#comment-458</guid>
		<description>It works with java&#039;s tutorial and your keystore directions. Thanks</description>
		<content:encoded><![CDATA[<p>It works with java&#8217;s tutorial and your keystore directions. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erin</title>
		<link>http://ezzatron.com/2009/09/29/automatically-signing-jar-files-in-netbeans/comment-page-1/#comment-382</link>
		<dc:creator>Erin</dc:creator>
		<pubDate>Tue, 16 Mar 2010 22:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://ezzatron.com/?p=143#comment-382</guid>
		<description>Can you try something for me?

Make a copy of the .jar file that is being loaded in your browser (make sure it is NOT the unsigned one initially created by NetBeans).

Once you have made a copy of the file, change the extension from .jar to .zip and open with any zip program such as WinZip (.jar files are just .zip files anyway).

Now look in the folder called META-INF. You should see three files; MANIFEST.MF, and two other files ending in .DSA and .SF. If you don&#039;t see the .DSA and .SF files, then your applet has not been signed correctly.

If everything is in place and your applet is definitely signed, then you may have encountered a bug in your version of Java. There are lots of bug reports out there for this sort of thing. Update to the latest JRE and if the problem persists, start a thread on the official forum asking for help:

http://forums.sun.com/forum.jspa?forumID=30

Good luck and let me know how you go.</description>
		<content:encoded><![CDATA[<p>Can you try something for me?</p>
<p>Make a copy of the .jar file that is being loaded in your browser (make sure it is NOT the unsigned one initially created by NetBeans).</p>
<p>Once you have made a copy of the file, change the extension from .jar to .zip and open with any zip program such as WinZip (.jar files are just .zip files anyway).</p>
<p>Now look in the folder called META-INF. You should see three files; MANIFEST.MF, and two other files ending in .DSA and .SF. If you don&#8217;t see the .DSA and .SF files, then your applet has not been signed correctly.</p>
<p>If everything is in place and your applet is definitely signed, then you may have encountered a bug in your version of Java. There are lots of bug reports out there for this sort of thing. Update to the latest JRE and if the problem persists, start a thread on the official forum asking for help:</p>
<p><a href="http://forums.sun.com/forum.jspa?forumID=30" rel="nofollow">http://forums.sun.com/forum.jspa?forumID=30</a></p>
<p>Good luck and let me know how you go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://ezzatron.com/2009/09/29/automatically-signing-jar-files-in-netbeans/comment-page-1/#comment-381</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 16 Mar 2010 13:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://ezzatron.com/?p=143#comment-381</guid>
		<description>Unfortunately, i gave the classloarder cache clear and i didn&#039;t not change the result.  Caused by: java.net.SocketException: java.security.AccessControlException: access denied (java.net.SocketPermission [0:0:0:0:0:0:0:1]:3306 connect, resolve)</description>
		<content:encoded><![CDATA[<p>Unfortunately, i gave the classloarder cache clear and i didn&#8217;t not change the result.  Caused by: java.net.SocketException: java.security.AccessControlException: access denied (java.net.SocketPermission [0:0:0:0:0:0:0:1]:3306 connect, resolve)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erin</title>
		<link>http://ezzatron.com/2009/09/29/automatically-signing-jar-files-in-netbeans/comment-page-1/#comment-366</link>
		<dc:creator>Erin</dc:creator>
		<pubDate>Mon, 15 Mar 2010 22:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://ezzatron.com/?p=143#comment-366</guid>
		<description>Hi Patrick. Are you clearing your classloader cache after building the .jar file?

If you are using the applet from within a browser like Firefox or IE, you must clear the classloader cache in order to load the new version of the applet. Simply refreshing the page is not enough. This should also force Java to re-evaluate the applet&#039;s permissions.

To clear your classloader cache, open your Java Console and press &#039;x&#039;.</description>
		<content:encoded><![CDATA[<p>Hi Patrick. Are you clearing your classloader cache after building the .jar file?</p>
<p>If you are using the applet from within a browser like Firefox or IE, you must clear the classloader cache in order to load the new version of the applet. Simply refreshing the page is not enough. This should also force Java to re-evaluate the applet&#8217;s permissions.</p>
<p>To clear your classloader cache, open your Java Console and press &#8216;x&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://ezzatron.com/2009/09/29/automatically-signing-jar-files-in-netbeans/comment-page-1/#comment-364</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Mon, 15 Mar 2010 22:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://ezzatron.com/?p=143#comment-364</guid>
		<description>I tried the above tutorial, and still receive a SocketPermission error, 127.0.0.1:3306 connect,resolve issue, or looks like [0:0:0:0:0:0:1:3306] connect, resolve.  I placed the signed jar in the webserver&#039;s correct folder. Now i stuck with my java program not working, Please get back to me if you can help, thanks</description>
		<content:encoded><![CDATA[<p>I tried the above tutorial, and still receive a SocketPermission error, 127.0.0.1:3306 connect,resolve issue, or looks like [0:0:0:0:0:0:1:3306] connect, resolve.  I placed the signed jar in the webserver&#8217;s correct folder. Now i stuck with my java program not working, Please get back to me if you can help, thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
