<?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>Unlikely Teacher &#187; Java</title>
	<atom:link href="http://unlikelyteacher.com/category/programming/java-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://unlikelyteacher.com</link>
	<description>1. Share Everything* [Programming Gotchas, Technology News, Insights on Living and Everything in Between]</description>
	<lastBuildDate>Fri, 10 Sep 2010 02:59:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Unable to read a jre library while constructing the blacklist</title>
		<link>http://unlikelyteacher.com/2009/12/30/unable-to-read-a-jre-library-while-constructing-the-blacklist/</link>
		<comments>http://unlikelyteacher.com/2009/12/30/unable-to-read-a-jre-library-while-constructing-the-blacklist/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 01:58:29 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Java 6]]></category>

		<guid isPermaLink="false">http://unlikelyteacher.com/?p=515</guid>
		<description><![CDATA[Yesterday I started playing around with Google App Engine and Java. Today, when I tried upgrading the JDK/VM that Google App Engine is using from Eclipse Galileo to Java 6 in Mac OS X, I got the error below: com.google.appengine.tools.development.agent.impl.BlackList initBlackList SEVERE: Unable to read a jre library while constructing the blacklist. Security restrictions may [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I started playing around with Google App Engine and Java. Today, when I tried upgrading the JDK/VM that Google App Engine is using from Eclipse Galileo to Java 6 in Mac OS X, I got the error below:</p>
<blockquote><p>com.google.appengine.tools.development.agent.impl.BlackList initBlackList<br />
SEVERE: Unable to read a jre library while constructing the blacklist. Security restrictions may not be entirely emulated. /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/plugin.jar<br />
The server is running at http://localhost:8888/</p></blockquote>
<p>Fortunately, after a bit of searching I found a quick fix.</p>
<p>cd /System/Library/Frameworks/JavaVM.framework/Resources/Deploy.bundle/Contents/Home/lib/</p>
<p>sudo ln -s plugin.jar plugin2.jar</p>
<p>Details taken from: <a href="http://groups.google.com/group/google-appengine-java/browse_thread/thread/5e34079b5b3d58a1/fdc438b220a49f3d?lnk=raot">http://groups.google.com/group/google-appe</a></p>
]]></content:encoded>
			<wfw:commentRss>http://unlikelyteacher.com/2009/12/30/unable-to-read-a-jre-library-while-constructing-the-blacklist/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
