<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>web development helpdesk &#187; applet</title>
	<atom:link href="http://helpdesk.objects.com.au/tag/applet/feed" rel="self" type="application/rss+xml" />
	<link>http://helpdesk.objects.com.au</link>
	<description>objects quality - the visible difference</description>
	<lastBuildDate>Sun, 17 Jul 2011 12:27:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>How to self sign a jar</title>
		<link>http://helpdesk.objects.com.au/java/how-to-self-sign-a-jar?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-self-sign-a-jar</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-self-sign-a-jar#comments</comments>
		<pubDate>Mon, 07 Dec 2009 01:56:48 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[applet]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[jarsigner]]></category>
		<category><![CDATA[keystore]]></category>
		<category><![CDATA[keytool]]></category>
		<category><![CDATA[signed jar]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1338</guid>
		<description><![CDATA[Creating a test certificate and signing your jar just involves three simple commands. Following shows the commands needed to firstly create your test certificate and add the certificate (with an alias of myCertAlias) to a keystore (named myKeyStore). keytool -genkey -keystore myKeyStore -alias myCertAlias keytool -selfcert -keystore myKeyStore -alias myCertAlias The above only needs to [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-self-sign-a-jar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My signed applet is throwing an AccessControlException?</title>
		<link>http://helpdesk.objects.com.au/java/my-signed-applet-is-throwing-an-accesscontrolexception?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-signed-applet-is-throwing-an-accesscontrolexception</link>
		<comments>http://helpdesk.objects.com.au/java/my-signed-applet-is-throwing-an-accesscontrolexception#comments</comments>
		<pubDate>Sat, 14 Mar 2009 13:11:33 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[applet]]></category>
		<category><![CDATA[privileged]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[signed]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1014</guid>
		<description><![CDATA[If you have code that needs to perform a privileged operation (eg. an applet accessing the local disk) then it needs to be done from trusted code. You can make code trusted by making the call from a privileged block as shown in the following example. AccessController.doPrivileged(new PrivilegedAction() { public Object run() { // add [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/my-signed-applet-is-throwing-an-accesscontrolexception/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Applet failed to load</title>
		<link>http://helpdesk.objects.com.au/java/applet-failed-to-load?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=applet-failed-to-load</link>
		<comments>http://helpdesk.objects.com.au/java/applet-failed-to-load#comments</comments>
		<pubDate>Wed, 04 Feb 2009 09:38:03 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[applet]]></category>
		<category><![CDATA[console]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=748</guid>
		<description><![CDATA[First step is to load this page and check that the problem is not with your VM http://www.java.com/en/download/help/testvm.xml If the VM is ok then next step is to check the Java Console. First turn on full console logging by pressing &#8217;5&#8242; in the Java Console Then load the applet and check contents of console firstly [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/applet-failed-to-load/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

