<?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>TechieDan &#187; Eclipse</title>
	<atom:link href="http://techiedan.com/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://techiedan.com</link>
	<description>Your Search for The Tech Stuffs</description>
	<lastBuildDate>Thu, 09 Feb 2012 02:59:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SVN Error on Eclipse</title>
		<link>http://techiedan.com/2010/01/11/svn-error-on-eclipse/</link>
		<comments>http://techiedan.com/2010/01/11/svn-error-on-eclipse/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 03:39:33 +0000</pubDate>
		<dc:creator>techieDan</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://techiedan.com/?p=730</guid>
		<description><![CDATA[<p>Using <strong>Eclipse as my Java editor</strong>, and attempting to update the desired codes and to mark the version on SVN with TechieDan&#8217;s codes has prompted this error from eclipse.</p>
<p></p>
<p><strong>&#8220;Attempted to lock an already-locked dir svn:&#8221;</strong></p>
<p>Now looking at this, nothing was updated and a solution was needed to be able to update codes. The solution is [...]]]></description>
			<content:encoded><![CDATA[<p>Using <strong>Eclipse as my Java editor</strong>, and attempting to update the desired codes and to mark the version on SVN with TechieDan&#8217;s codes has prompted this error from eclipse.</p>
<p><img class="alignnone size-full wp-image-731" style="border: 1px solid black;" title="SVN Error Using Eclipse" src="http://techiedan.com/wp-content/uploads/2010/01/svn-error.jpg" alt="SVN Error Using Eclipse" width="478" height="149" /></p>
<p><span style="color: #3366ff;"><strong>&#8220;Attempted to lock an already-locked dir svn:&#8221;</strong></span></p>
<p>Now looking at this, nothing was updated and a solution was needed to be able to update codes. The solution is pretty simple though. After browsing through the web, it looks like that there was some synchronization errors and all one need to do is to clean up the SVN.</p>
<p><img class="alignnone size-full wp-image-732" title="Eclipse Team Cleanup" src="http://techiedan.com/wp-content/uploads/2010/01/eclipse-cleanup.jpg" alt="Eclipse Team Cleanup" width="450" height="296" /></p>
<p><strong>Right click on Desired Project &gt; Team &gt; Cleanup</strong>.</p>
<p>The following should work. If all else fails here&#8217;s the other alternative, which is to delete the lock file.</p>
<blockquote><p><em>Shutdown your Eclipse.<br />
Go to .svn folder and delete .lock file(s).</em></p></blockquote>
<p>If you&#8217;re still getting some error, make sure to check for case sensitivities of file in the repository. This prevents the repository from being checked out on Windows because Windows is unable to distinguish the two same named files. <em>Ex: abc.jpg and abc.JPG.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://techiedan.com/2010/01/11/svn-error-on-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set Up JDK in Eclipse</title>
		<link>http://techiedan.com/2009/10/19/set-up-jdk-in-eclipse/</link>
		<comments>http://techiedan.com/2009/10/19/set-up-jdk-in-eclipse/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 07:00:04 +0000</pubDate>
		<dc:creator>techieDan</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[JRE]]></category>

		<guid isPermaLink="false">http://techiedan.com/?p=554</guid>
		<description><![CDATA[<p>Java enthusiasts and coders and programmers alike, how many of you are using Eclipse as your IDE to do your codes. For those in the Java field but still trying to find a good IDE, I would recommend Eclipse. Just so happens that Eclipse codename their newest version with Galileo. Instead of versifying their release, [...]]]></description>
			<content:encoded><![CDATA[<p>Java enthusiasts and coders and programmers alike, how many of you are using Eclipse as your IDE to do your codes. For those in the Java field but still trying to find a good IDE, I would recommend Eclipse. Just so happens that Eclipse codename their newest version with Galileo. Instead of versifying their release, it&#8217;s now codenamed.</p>
<p>Here&#8217;s the part of a Welcome Screen once Eclipse is freshly installed.</p>
<p><img class="alignnone size-full wp-image-555" title="Eclipse Galileo Java" src="http://techiedan.com/wp-content/uploads/2009/10/eclipse-java.jpg" alt="Eclipse Galileo Java" width="694" height="476" /></p>
<p>As a Techie, TechieDan will show how to setup your Eclipse to run with your JDK. By default your IDE will try to run with your JRE, but by doing so you will be limited with the stuffs you can do without the whole JDK package.</p>
<p>How to setup your JDK in Eclipse IDE.</p>
<p><img class="alignnone size-full wp-image-557" title="Eclipse Menu Preferences" src="http://techiedan.com/wp-content/uploads/2009/10/eclipse-preferences.jpg" alt="Eclipse Menu Preferences" width="524" height="353" /></p>
<p><img title="Eclipse JRE settings" src="http://techiedan.com/wp-content/uploads/2009/10/eclipse-jres.jpg" alt="Eclipse JRE settings" width="564" height="467" /></p>
<p><img title="Include JDK 6 Eclipse" src="http://techiedan.com/wp-content/uploads/2009/10/eclipse-jre-include.jpg" alt="Include JDK 6 Eclipse" width="524" height="530" /></p>
<blockquote>
<ol>
<li>From the above screen, once Eclipse is started up, go to <strong>Windows Option &gt; Preferences</strong>.</li>
<li>Look for <strong>Java &gt; Installed JREs</strong>.</li>
<li>Click on <strong>Add &gt; Next (Standard VM)</strong>.</li>
<li>Then Locate Directory of your installed JDK. Then clicked finish.</li>
<li>Finally the screen will return back to the selection of JREs, now <strong>select your JDK</strong> option.</li>
</ol>
</blockquote>
<p>As can be seen from above, TechieDan is using JDK 6 to compile and run the Java programs.</p>
<p><span style="text-decoration: underline;"><strong>Why use Eclipse?</strong></span></p>
<ul>
<li>It&#8217;s free</li>
<li>It&#8217;s open source &#8211; additional programmers from all walk of life.</li>
<li>It integrates with lots of other plugin</li>
<li>Other than Java, there&#8217;s also an Eclipse IDE for C and PHP</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Now that I have setup my Eclipse, what else should I do? </strong></span></p>
<p>Well, this is where you should start learning how to write and begin writing a simple Hello World java program.</p>
<p><span style="text-decoration: underline;"><strong>Mentioning about Eclipse, where to get this marvelous IDE?</strong></span></p>
<p>The only place to get it all is at Eclipse&#8217;s main website. To download the IDE go to <strong><a title="Eclipse Download Page" href="http://www.eclipse.org/downloads/" target="_blank">THIS LINK</a></strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiedan.com/2009/10/19/set-up-jdk-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

