<?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>Code Slingin &#187; Eclipse</title>
	<atom:link href="http://james.hawesfamily.net/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.hawesfamily.net</link>
	<description>To boldy go</description>
	<lastBuildDate>Sat, 09 May 2009 07:00:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Recovering a corrupted Eclipse Workspace</title>
		<link>http://james.hawesfamily.net/2009/01/01/recovering-a-corrupted-eclipse-workspace/</link>
		<comments>http://james.hawesfamily.net/2009/01/01/recovering-a-corrupted-eclipse-workspace/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 16:57:30 +0000</pubDate>
		<dc:creator>James Hawes</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://james.hawesfamily.net/?p=59</guid>
		<description><![CDATA[I know there are sites available that detail how to recover from a corrupted Eclipse Workspace, so this is more for my benefit.
Recently I&#8217;ve begun to experience corrupted workspaces in my Eclipse IDE.  It generally coinsides to my Tomcat server unable to stop in a timely fashion.  Generally I have to kill Eclipse and restart.  [...]]]></description>
			<content:encoded><![CDATA[<p>I know there are sites available that detail how to recover from a corrupted Eclipse Workspace, so this is more for my benefit.</p>
<p>Recently I&#8217;ve begun to experience corrupted workspaces in my Eclipse IDE.  It generally coinsides to my Tomcat server unable to stop in a timely fashion.  Generally I have to kill Eclipse and restart.  Most of the time the workspace won&#8217;t restart.</p>
<p>Steps to recover from a corrupted Eclipse Workspace:</p>
<ol>
<li>Shutdown/kill Eclipse</li>
<li>Open up a command prompt or terminal</li>
<li>Navigate to your workspace</li>
<li>Navigate to /.metadata/.plugins/</li>
<li>remove org.eclipse.core.resources (in terminal rm -r -f org.eclipse.core.resources)</li>
<li>Navigate to your Eclipse home directory</li>
<li>Run eclipse -clean</li>
<li>Launch the corrupted workspace</li>
<li>Re-import your projects; you should be able to re-import all projects straight from the workspace directory</li>
<li>Let the workspace refresh&#8230;DONE!</li>
</ol>
<p>Clearly what this does is remove some Meta Data from the workspace.  By re-importing that Meta Data is restored.  I must say though that this is quit a number of hoops to jump through.  I&#8217;m just glad they aren&#8217;t firey hoops!</p>
<p>Hopefully someone will find this useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://james.hawesfamily.net/2009/01/01/recovering-a-corrupted-eclipse-workspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cleaning Eclipse</title>
		<link>http://james.hawesfamily.net/2008/09/04/cleaning-eclipse/</link>
		<comments>http://james.hawesfamily.net/2008/09/04/cleaning-eclipse/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 00:24:44 +0000</pubDate>
		<dc:creator>James Hawes</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://james.hawesfamily.net/?p=20</guid>
		<description><![CDATA[Every-so-often I find that Eclipse simply begins to "act funny".]]></description>
			<content:encoded><![CDATA[<p>Every-so-often I find that Eclipse simply begins to &#8220;act funny&#8221;.  Searches on the internet will produce many reasons why; the most common is associated with all the meta data that Eclipse stores and uses.  One of the more practical, and easiest solutions (let alone produces the best results), is to run a clean on Eclipse.</p>
<p>On windows:</p>
<ol>
<li>Open a command prompt</li>
<li>Navigate to your eclipse.exe location</li>
<li>run eclipse -clean</li>
</ol>
<p>On mac/unix:</p>
<ol>
<li>Open a terminal window</li>
<li>Navigation to your Eclipse installation</li>
<li>run eclipse -clean</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://james.hawesfamily.net/2008/09/04/cleaning-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
