<?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>Java &#8211; Harry Jackson</title>
	<atom:link href="http://127.0.0.1:8090/category/java/feed" rel="self" type="application/rss+xml" />
	<link>http://127.0.0.1:8090</link>
	<description>Parent, Painter, Programmer</description>
	<lastBuildDate>Mon, 23 Nov 2009 00:43:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>Eclipse Cannot connect to keystore</title>
		<link>http://127.0.0.1:8090/eclipse_cannot_connect_to_keystore.htm</link>
					<comments>http://127.0.0.1:8090/eclipse_cannot_connect_to_keystore.htm#respond</comments>
		
		<dc:creator><![CDATA[harry]]></dc:creator>
		<pubDate>Mon, 23 Nov 2009 00:43:02 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[java]]></category>
		<guid isPermaLink="false">http://www.hjackson.org/wp/?p=391</guid>

					<description><![CDATA[If you get the following error: An error occurred during provisioning.&#160; Cannot connect to keystore.&#160; JKS You need to check what version of java you&#8217;re running. I&#8217;m running Debian and hat gij installed and this is no use for eclipse. I tried the following: apt-get install openjdk-6-jdkupdate-java-alternatives -s java-6-openjdk but this failed miserably. I ended &#8230; <p class="link-more"><a href="http://127.0.0.1:8090/eclipse_cannot_connect_to_keystore.htm" class="more-link">Continue reading<span class="screen-reader-text"> "Eclipse Cannot connect to keystore"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>If you get the following error:</p>
<p><b>An error occurred during provisioning.<br />&nbsp; Cannot connect to keystore.<br />&nbsp; JKS</b></p>
<p>You need to check what version of java you&#8217;re running. I&#8217;m running Debian and hat <b>gij</b> installed and this is no use for eclipse. I tried the following:</p>
<p>
<b>apt-get install openjdk-6-jdk<br />update-java-alternatives -s java-6-openjdk<br /></b></p>
<p>but this failed miserably. I ended up downloading and installing a new java bundle from Sun and removing every debian package related to Java.<b><br /></b></p>
]]></content:encoded>
					
					<wfw:commentRss>http://127.0.0.1:8090/eclipse_cannot_connect_to_keystore.htm/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Debian alternatives and Java</title>
		<link>http://127.0.0.1:8090/debian-alternatives-and-java.htm</link>
					<comments>http://127.0.0.1:8090/debian-alternatives-and-java.htm#respond</comments>
		
		<dc:creator><![CDATA[harry]]></dc:creator>
		<pubDate>Wed, 03 Sep 2008 04:18:12 +0000</pubDate>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tomcat Debian Java]]></category>
		<guid isPermaLink="false">http://www.hjackson.org/wp/?p=369</guid>

					<description><![CDATA[The alternaitives system in Debian is a pain in the arse! It&#8217;s one of those things that when you need to use it you spend twenty minutes trying to figure out why various paths etc have changed and then you need to figure out the syntax to change to the path that was working before &#8230; <p class="link-more"><a href="http://127.0.0.1:8090/debian-alternatives-and-java.htm" class="more-link">Continue reading<span class="screen-reader-text"> "Debian alternatives and Java"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>The alternaitives system in Debian is a pain in the arse! It&#8217;s one of those things that when you need to use it you spend twenty minutes trying to figure out why various paths etc have changed and then you need to figure out the syntax to change to the path that was working before you installed Tomcat or some other related system that downloads a bunch of stuff and sets itself up as default for the rest of the system. It&#8217;s a tad irritating. </p>
<p>I am not saying I know a better way to do it but it still pisses me off. Anyway to use a sane version of java I had to run the following command to get eclipse working again.</p>
<p>$:~# update-alternatives &#8211;install /usr/bin/java java /usr/local/sdk-5_05/jdk 1<br />$:~# update-alternatives &#8211;list java<br />/usr/lib/jvm/java-gcj/jre/bin/java<br />/usr/local/sdk-5_05/jdk<br />$:~# update-alternatives &#8211;remove java /usr/lib/jvm/java-gcj/jre/bin/java</p>
<p>I now have eclipse working again and tomcat installed. I was going to use jetty6 over tomcat but because Debian comes bundled with a binary tomcat distribution I have decided&nbsp; to use it. This decision may cost me dearly later.</p>
<p></p>
]]></content:encoded>
					
					<wfw:commentRss>http://127.0.0.1:8090/debian-alternatives-and-java.htm/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
