<?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: Running Java 6 Applet on Mac OS X Leopard</title>
	<atom:link href="http://blog.a25apps.com/2009/03/30/running-java-6-applet-on-mac-os-x-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.a25apps.com/2009/03/30/running-java-6-applet-on-mac-os-x-leopard/</link>
	<description></description>
	<lastBuildDate>Tue, 21 Sep 2010 17:45:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jason Petersen</title>
		<link>http://blog.a25apps.com/2009/03/30/running-java-6-applet-on-mac-os-x-leopard/#comment-11</link>
		<dc:creator>Jason Petersen</dc:creator>
		<pubDate>Sat, 08 Aug 2009 22:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://yaib.eu/2009/03/30/running-java-6-applet-on-mac-os-x-leopard/#comment-11</guid>
		<description>This is incredibly unsafe, and irresponsible to suggest. This grants any arbitrary Applet full access to your system (including reading, deleting files, opening sockets, etc.). If you follow these instructions, you may get what you deserve.

Instead, grant access to only one site, file or person:

grant codeBase &quot;file:${java.home}/-&quot; {
  permission java.security.AllPermission;
};

is a quick way to say &quot;All java applets stored in my home folder get all access.

The &quot;policytool&quot; executable included with Java (run &quot;policytool&quot; from Terminal) is a handy way to easily update your .java.policy file.</description>
		<content:encoded><![CDATA[<p>This is incredibly unsafe, and irresponsible to suggest. This grants any arbitrary Applet full access to your system (including reading, deleting files, opening sockets, etc.). If you follow these instructions, you may get what you deserve.</p>
<p>Instead, grant access to only one site, file or person:</p>
<p>grant codeBase &#8220;file:${java.home}/-&#8221; {<br />
  permission java.security.AllPermission;<br />
};</p>
<p>is a quick way to say &#8220;All java applets stored in my home folder get all access.</p>
<p>The &#8220;policytool&#8221; executable included with Java (run &#8220;policytool&#8221; from Terminal) is a handy way to easily update your .java.policy file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fernando</title>
		<link>http://blog.a25apps.com/2009/03/30/running-java-6-applet-on-mac-os-x-leopard/#comment-10</link>
		<dc:creator>fernando</dc:creator>
		<pubDate>Tue, 23 Jun 2009 20:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://yaib.eu/2009/03/30/running-java-6-applet-on-mac-os-x-leopard/#comment-10</guid>
		<description>hi , im trying install a certificate with the latest java 6 on mac , but is not working , i try several browsers and no luck.
do you any commands(solution ) so that  java will work on 10.5.7.
also i have a tiger and i still cant use java to downkoad or install certificate .the certificate as the right dates.
where the steps i did si far.
i did the download  of the certificate from a windows machine and use a pen to copy on mac .
i install the certificate on keychain but no luck for java.
also i use shiira browser it seems the most close to run java 6 on mac , because the image of java appers when using shira insted of the x.
also when im trying to istall in keychain, i try to install in system give this error:CSSM_ERRCODE_MEMORY_ERROR</description>
		<content:encoded><![CDATA[<p>hi , im trying install a certificate with the latest java 6 on mac , but is not working , i try several browsers and no luck.<br />
do you any commands(solution ) so that  java will work on 10.5.7.<br />
also i have a tiger and i still cant use java to downkoad or install certificate .the certificate as the right dates.<br />
where the steps i did si far.<br />
i did the download  of the certificate from a windows machine and use a pen to copy on mac .<br />
i install the certificate on keychain but no luck for java.<br />
also i use shiira browser it seems the most close to run java 6 on mac , because the image of java appers when using shira insted of the x.<br />
also when im trying to istall in keychain, i try to install in system give this error:CSSM_ERRCODE_MEMORY_ERROR</p>
]]></content:encoded>
	</item>
</channel>
</rss>

