<?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>64 Bit Jungle &#187; Eclipse</title>
	<atom:link href="http://www.64bitjungle.com/category/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.64bitjungle.com</link>
	<description>Linux and Programming Tips and Tutorials, Technology and Rants from the Jungle</description>
	<lastBuildDate>Tue, 16 Feb 2010 13:33:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>On the Edge: PHP IDE With Eclipse Galileo (3.5 M6) and PDT 2.1 M6</title>
		<link>http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/</link>
		<comments>http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 08:15:19 +0000</pubDate>
		<dc:creator>Hodge</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[PDT]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.64bitjungle.com/?p=499</guid>
		<description><![CDATA[Eclipse 3.5 AKA Galileo is scheduled for release on the 24th June 2009, with PDT 2.1 shortly after on the 26th. Not being one to wait, and also getting some obscure pleasure from testing pre-release software, I decided to download and install the current stable Milestone, M6, of both Eclipse Galileo and PDT 2.1. The [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.64bitjungle.com/wp-content/uploads/2009/04/galileo-splash.png"><img class="alignleft size-full wp-image-501" title="galileo-splash" src="http://www.64bitjungle.com/wp-content/uploads/2009/04/galileo-splash.png" alt="galileo-splash" width="300" height="195" align="left" /></a>Eclipse 3.5 AKA Galileo is scheduled for release on the 24th June 2009, with PDT 2.1 shortly after on the 26th. Not being one to wait, and also getting some obscure pleasure from testing pre-release software, I decided to download and install the current stable Milestone, M6, of both Eclipse Galileo and PDT 2.1. The whole process is fairly simple, and even more so for <a href="http://www.eclipse.org/downloads/download.php?file=/tools/pdt/downloads/drops/2.1.0/S200903221625/pdt-all-in-one-linux-gtk-2.1.0M6.tar.gz" target="_blank">32 bit users</a>, who have an All-In-One package available, which can be downloaded, extracted and run easily.</p>
<p>64 Bit users have a little more work to do, but the process is not too difficult. First, we have to download the relevant packages, and all the dependencies:</p>
<ul>
<li><a href="http://download.eclipse.org/eclipse/downloads/drops/S-3.5M6-200903130100/download.php?dropFile=eclipse-SDK-3.5M6-linux-gtk-x86_64.tar.gz" target="_blank">Eclipse gtk 3.5M6 200903130100</a> (64 Bit)</li>
<li><a href="http://www.eclipse.org/downloads/download.php?file=/tools/pdt/downloads/drops/2.1.0/S200903221625/pdt-runtime-2.1.0M6.zip" target="_blank">PDT 2.1.0M6 Runtime</a></li>
<li><a href="http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/downloads/drops/2.5.0/S200903161215/emf-runtime-2.5.0M6.zip" target="_blank">EMF 2.5.0M6 S200903161215</a></li>
<li><a href="http://www.eclipse.org/downloads/download.php?file=//technology/dltk/downloads/drops/R1.0/S-1.0M6-200903161640/dltk-core-sdk-S-1.0M6-200903161640-incubation.zip" target="_blank">DLTK (Core) R1.0 1.0M6 200903161640</a></li>
<li><a href="http://www.eclipse.org/downloads/download.php?file=//technology/dltk/downloads/drops/R1.0/S-1.0M6-200903161640/dltk-rse-sdk-S-1.0M6-200903161640-incubation.zip" target="_blank">DLTK (RSE) R1.0 1.0M6 200903161640</a></li>
<li><a href="http://www.eclipse.org/downloads/download.php?file=/tools/gef/downloads/drops/3.5.0/S200903161602/GEF-SDK-3.5.0M6.zip" target="_blank">GEF 3.5.0M6 S200903161602</a></li>
<li><a href="http://www.eclipse.org/downloads/download.php?file=/webtools/downloads/drops/R3.1/S-3.1M6-20090318020101/wtp-wst-sdk-S-3.1M6-20090318020101.zip" target="_blank">WTP (WST) 20090318020101 R3.1 3.1M6</a></li>
<li><a href="http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/downloads/drops/2.5.0/S200903161215/xsd-runtime-2.5.0M6.zip" target="_blank">XSD 2.5.0M6 S200903161215</a></li>
</ul>
<p>I downloaded them all to a directory called &#8220;Galileo&#8221; on my Desktop. The rest of the process uses the command line, so open up a Terminal, and navigate to the directory containing the downloaded files:</p>
<p><code>cd ~/Desktop/Galileo</code></p>
<p>The first task is to extract the main Eclipse package, and optionally move it to a new home &#8211; I chose to install it in ~/galileo/eclipse</p>
<p><code>tar -zxvf eclipse-SDK-3.5M6-linux-gtk-x86_64.tar.gz<br />
mkdir /home/[USERNAME]/galileo<br />
mv eclipse /home/[USERNAME]/galileo</code></p>
<p>Eclipse has utilised the <a href="http://wiki.eclipse.org/Equinox_p2_Getting_Started" target="_blank">p2 Installer</a>, and a &#8220;dropins&#8221; directory &#8211; which is scanned by the p2 Installer whenever Eclipse is executed &#8211; since Ganymede 3.4M6. If p2 finds any Features or Plugins, they are installed upon startup. The p2 Installer also allows placing plugins into their <a href="http://wiki.eclipse.org/Equinox_p2_Getting_Started#Supported_dropins_formats" target="_blank">own directory structures</a> within the dropins directory, making installing, organising and testing plugins much easier. Of course, this isn&#8217;t as easy as using the Update Manager, but it&#8217;s very convenient for our purposes of testing pre-release plugins, since they can easily be deleted/upgraded etc. Anyway, I digress &#8211; my original point was that we need to extract, and organise each of the packages downloaded above, then move them into the dropins directory:</p>
<p><strong>DLTK Core:</strong></p>
<p><code>cd ~/Desktop/galileo<br />
unzip dltk-core-sdk-S-1.0M6-200903161640-incubation.zip<br />
mkdir dltk-core &amp; mv eclipse/ dltk-core</code></p>
<p><strong>DLTK RSE:</strong></p>
<p><code>unzip dltk-rse-sdk-S-1.0M6-200903161640-incubation.zip<br />
mkdir dltk-rse &amp; mv eclipse/ dltk-rse</code></p>
<p><strong>EMF:</strong></p>
<p><code>unzip emf-runtime-2.5.0M6.zip<br />
mkdir emf &amp; mv eclipse/ emf</code></p>
<p><strong>GEF:</strong></p>
<p><code>unzip GEF-SDK-3.5.0M6.zip<br />
mkdir gef &amp; mv eclipse/ gef</code></p>
<p><strong>PDT:</strong></p>
<p><code>unzip pdt-runtime-2.1.0M6.zip<br />
mkdir pdt &amp; mv eclipse/ pdt</code></p>
<p><strong>WTP-WST:</strong></p>
<p><code>unzip wtp-wst-sdk-S-3.1M6-20090318020101.zip<br />
mkdir wtp &amp; mv eclipse/ wtp</code></p>
<p><strong>XSD:</strong></p>
<p><code>unzip xsd-runtime-2.5.0M6.zip<br />
mkdir xsd &amp; mv eclipse/ xsd</code></p>
<p>Finally, we need to move all these new directories containing the plugins, to the Eclipse dropins directory:</p>
<p><code>mv dltk-core dltk-rse emf gef pdt wtp xsd /home/[USERNAME]/galileo/eclipse/dropins/</code></p>
<p>That&#8217;s the installation complete. We now just need to run Eclipse with the -clean option. This may take a while as p2 scans the dropind watch directory for the new plugins:</p>
<p><code>cd /home/[USERNAME]/galileo/eclipse<br />
./eclipse -clean</code></p>
<p>Since it&#8217;s the first time we&#8217;re running Eclipse, it&#8217;ll also ask where the Workspace directory is located. I just chose /home/[USERNAME]/galileo/workspace to keep everything together.</p>
<p>Once Eclipse is loaded, click the &#8220;Workbench&#8221; button, then go to the Window -&gt; Open Perspective -&gt; Other menu, and select PHP.</p>
<p>The same method can be used to install and test the Nightly Builds of PDT 2.1 &#8211; just visit <a href="http://www.eclipse.org/pdt/downloads/" target="_blank">http://www.eclipse.org/pdt/downloads</a>, expand the latest link under the 2.1.0 Nightly Builds heading, download the latest build and the required dependencies, and install using the same methods outlined here.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="On the Edge: PHP IDE With Eclipse Galileo (3.5 M6) and PDT 2.1 M6" url="http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/"></script>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;Title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&amp;desc=Eclipse%203.5%20AKA%20Galileo%20is%20scheduled%20for%20release%20on%20the%2024th%20June%202009%2C%20with%20PDT%202.1%20shortly%20after%20on%20the%2026th.%20Not%20being%20one%20to%20wait%2C%20and%20also%20getting%20some%20obscure%20pleasure%20from%20testing%20pre-release%20software%2C%20I%20decided%20to%20download%20and%20install%20the%20current%20stable%20Milestone%2C%20M6%2C%20of%20both%20Eclipse%20Galileo" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;submitHeadline=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&amp;submitSummary=Eclipse%203.5%20AKA%20Galileo%20is%20scheduled%20for%20release%20on%20the%2024th%20June%202009%2C%20with%20PDT%202.1%20shortly%20after%20on%20the%2026th.%20Not%20being%20one%20to%20wait%2C%20and%20also%20getting%20some%20obscure%20pleasure%20from%20testing%20pre-release%20software%2C%20I%20decided%20to%20download%20and%20install%20the%20current%20stable%20Milestone%2C%20M6%2C%20of%20both%20Eclipse%20Galileo&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;t=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;t=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6+-+http://tinyurl.com/d5yhfa+(via+@64bitjungle)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22On%20the%20Edge%3A%20PHP%20IDE%20With%20Eclipse%20Galileo%20%283.5%20M6%29%20and%20PDT%202.1%20M6%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Eclipse%203.5%20AKA%20Galileo%20is%20scheduled%20for%20release%20on%20the%2024th%20June%202009%2C%20with%20PDT%202.1%20shortly%20after%20on%20the%2026th.%20Not%20being%20one%20to%20wait%2C%20and%20also%20getting%20some%20obscure%20pleasure%20from%20testing%20pre-release%20software%2C%20I%20decided%20to%20download%20and%20install%20the%20current%20stable%20Milestone%2C%20M6%2C%20of%20both%20Eclipse%20Galileo%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22On%20the%20Edge%3A%20PHP%20IDE%20With%20Eclipse%20Galileo%20%283.5%20M6%29%20and%20PDT%202.1%20M6%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22Eclipse%203.5%20AKA%20Galileo%20is%20scheduled%20for%20release%20on%20the%2024th%20June%202009%2C%20with%20PDT%202.1%20shortly%20after%20on%20the%2026th.%20Not%20being%20one%20to%20wait%2C%20and%20also%20getting%20some%20obscure%20pleasure%20from%20testing%20pre-release%20software%2C%20I%20decided%20to%20download%20and%20install%20the%20current%20stable%20Milestone%2C%20M6%2C%20of%20both%20Eclipse%20Galileo%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&amp;summary=Eclipse%203.5%20AKA%20Galileo%20is%20scheduled%20for%20release%20on%20the%2024th%20June%202009%2C%20with%20PDT%202.1%20shortly%20after%20on%20the%2026th.%20Not%20being%20one%20to%20wait%2C%20and%20also%20getting%20some%20obscure%20pleasure%20from%20testing%20pre-release%20software%2C%20I%20decided%20to%20download%20and%20install%20the%20current%20stable%20Milestone%2C%20M6%2C%20of%20both%20Eclipse%20Galileo&amp;source=64 Bit Jungle" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;h=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="sexy-devmarks">
			<a href="http://devmarks.com/index.php?posttext=Eclipse%203.5%20AKA%20Galileo%20is%20scheduled%20for%20release%20on%20the%2024th%20June%202009%2C%20with%20PDT%202.1%20shortly%20after%20on%20the%2026th.%20Not%20being%20one%20to%20wait%2C%20and%20also%20getting%20some%20obscure%20pleasure%20from%20testing%20pre-release%20software%2C%20I%20decided%20to%20download%20and%20install%20the%20current%20stable%20Milestone%2C%20M6%2C%20of%20both%20Eclipse%20Galileo&amp;posturl=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;posttitle=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Share this on Devmarks">Share this on Devmarks</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;bm_description=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-izeby">
			<a href="http://izeby.com/submit.php?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&amp;link=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&amp;url=http%3A%2F%2Fwww.64bitjungle.com%2Feclipse%2Fon-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6%2F&amp;desc=Eclipse%203.5%20AKA%20Galileo%20is%20scheduled%20for%20release%20on%20the%2024th%20June%202009%2C%20with%20PDT%202.1%20shortly%20after%20on%20the%2026th.%20Not%20being%20one%20to%20wait%2C%20and%20also%20getting%20some%20obscure%20pleasure%20from%20testing%20pre-release%20software%2C%20I%20decided%20to%20download%20and%20install%20the%20current%20stable%20Milestone%2C%20M6%2C%20of%20both%20Eclipse%20Galileo&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="sexy-fwisp">
			<a href="http://fwisp.com/submit?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&amp;body=Eclipse%203.5%20AKA%20Galileo%20is%20scheduled%20for%20release%20on%20the%2024th%20June%202009%2C%20with%20PDT%202.1%20shortly%20after%20on%20the%2026th.%20Not%20being%20one%20to%20wait%2C%20and%20also%20getting%20some%20obscure%20pleasure%20from%20testing%20pre-release%20software%2C%20I%20decided%20to%20download%20and%20install%20the%20current%20stable%20Milestone%2C%20M6%2C%20of%20both%20Eclipse%20Galileo" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;lname=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;u_data[name]=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;bmtitle=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;t=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&amp;body=Eclipse%203.5%20AKA%20Galileo%20is%20scheduled%20for%20release%20on%20the%2024th%20June%202009%2C%20with%20PDT%202.1%20shortly%20after%20on%20the%2026th.%20Not%20being%20one%20to%20wait%2C%20and%20also%20getting%20some%20obscure%20pleasure%20from%20testing%20pre-release%20software%2C%20I%20decided%20to%20download%20and%20install%20the%20current%20stable%20Milestone%2C%20M6%2C%20of%20both%20Eclipse%20Galileo" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;T=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&quot;+-+from+http://tinyurl.com/d5yhfa" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/+&quot;On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="sexy-posterous">
			<a href="http://posterous.com/share?linkto=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&amp;selection=Eclipse%203.5%20AKA%20Galileo%20is%20scheduled%20for%20release%20on%20the%2024th%20June%202009%2C%20with%20PDT%202.1%20shortly%20after%20on%20the%2026th.%20Not%20being%20one%20to%20wait%2C%20and%20also%20getting%20some%20obscure%20pleasure%20from%20testing%20pre-release%20software%2C%20I%20decided%20to%20download%20and%20install%20the%20current%20stable%20Milestone%2C%20M6%2C%20of%20both%20Eclipse%20Galileo" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;type=Article&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&amp;body=Eclipse%203.5%20AKA%20Galileo%20is%20scheduled%20for%20release%20on%20the%2024th%20June%202009%2C%20with%20PDT%202.1%20shortly%20after%20on%20the%2026th.%20Not%20being%20one%20to%20wait%2C%20and%20also%20getting%20some%20obscure%20pleasure%20from%20testing%20pre-release%20software%2C%20I%20decided%20to%20download%20and%20install%20the%20current%20stable%20Milestone%2C%20M6%2C%20of%20both%20Eclipse%20Galileo" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&amp;u=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;b=Eclipse%203.5%20AKA%20Galileo%20is%20scheduled%20for%20release%20on%20the%2024th%20June%202009%2C%20with%20PDT%202.1%20shortly%20after%20on%20the%2026th.%20Not%20being%20one%20to%20wait%2C%20and%20also%20getting%20some%20obscure%20pleasure%20from%20testing%20pre-release%20software%2C%20I%20decided%20to%20download%20and%20install%20the%20current%20stable%20Milestone%2C%20M6%2C%20of%20both%20Eclipse%20Galileo" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&amp;desc=Eclipse%203.5%20AKA%20Galileo%20is%20scheduled%20for%20release%20on%20the%2024th%20June%202009%2C%20with%20PDT%202.1%20shortly%20after%20on%20the%2026th.%20Not%20being%20one%20to%20wait%2C%20and%20also%20getting%20some%20obscure%20pleasure%20from%20testing%20pre-release%20software%2C%20I%20decided%20to%20download%20and%20install%20the%20current%20stable%20Milestone%2C%20M6%2C%20of%20both%20Eclipse%20Galileo" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&amp;url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&amp;body=Eclipse%203.5%20AKA%20Galileo%20is%20scheduled%20for%20release%20on%20the%2024th%20June%202009%2C%20with%20PDT%202.1%20shortly%20after%20on%20the%2026th.%20Not%20being%20one%20to%20wait%2C%20and%20also%20getting%20some%20obscure%20pleasure%20from%20testing%20pre-release%20software%2C%20I%20decided%20to%20download%20and%20install%20the%20current%20stable%20Milestone%2C%20M6%2C%20of%20both%20Eclipse%20Galileo" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="sexy-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&amp;text=Eclipse%203.5%20AKA%20Galileo%20is%20scheduled%20for%20release%20on%20the%2024th%20June%202009%2C%20with%20PDT%202.1%20shortly%20after%20on%20the%2026th.%20Not%20being%20one%20to%20wait%2C%20and%20also%20getting%20some%20obscure%20pleasure%20from%20testing%20pre-release%20software%2C%20I%20decided%20to%20download%20and%20install%20the%20current%20stable%20Milestone%2C%20M6%2C%20of%20both%20Eclipse%20Galileo+-+http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="sexy-pusha">
			<a href="http://www.pusha.se/posta?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="sexy-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;n=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-propeller">
			<a href="http://www.propeller.com/submit/?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="sexy-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="sexy-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;Title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;title=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=On+the+Edge%3A+PHP+IDE+With+Eclipse+Galileo+%283.5+M6%29+and+PDT+2.1+M6&amp;du=http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/&amp;cn=Eclipse%203.5%20AKA%20Galileo%20is%20scheduled%20for%20release%20on%20the%2024th%20June%202009%2C%20with%20PDT%202.1%20shortly%20after%20on%20the%2026th.%20Not%20being%20one%20to%20wait%2C%20and%20also%20getting%20some%20obscure%20pleasure%20from%20testing%20pre-release%20software%2C%20I%20decided%20to%20download%20and%20install%20the%20current%20stable%20Milestone%2C%20M6%2C%20of%20both%20Eclipse%20Galileo" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.64bitjungle.com/eclipse/on-the-edge-php-ide-with-eclipse-galileo-35-and-pdt-21-m6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Full 64 Bit (or 32 Bit) Web Development and PHP/MySQL IDE with Eclipse 3.4 Ganymede and PDT 2</title>
		<link>http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/</link>
		<comments>http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 12:16:12 +0000</pubDate>
		<dc:creator>Hodge</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[PDT]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.64bitjungle.com/?p=304</guid>
		<description><![CDATA[I&#8217;m probably a little late with this article, since PDT2 has been out for a few weeks now! PDT 2 is an improvement  on v1, and of course, Ganymede is also an improvement on Europa -thankfully, the installation process has also improved and is much easier than my previous post on the subject. There is [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-118 alignleft" title="Eclipse 3.4 Ganymede" src="http://www.64bitjungle.com/wp-content/uploads/2008/08/ganymede.png" alt="Eclipse 3.4 Ganymede" width="300" height="195" align="left" />I&#8217;m probably a little late with this article, since PDT2 has been out for a few weeks now! PDT 2 is an improvement  on v1, and of course, Ganymede is also an improvement on Europa -thankfully, the installation process has also improved and is <strong>much</strong> easier than my <a href="http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/">previous post on the subject</a>. There is no longer any need to download Eclipse Classic, and install a lot of prerequisites, since most of the prerequisites, and more are now included in Eclipse JEE (Eclipse IDE for Java EE Developers) &#8211; WST, RCP/Platform, XML tools, CVS support, Mylin (links to Bugzilla etc.), and Data Tools for MySQL (and other DB) connectivity, and more. Pretty much the only thing missing, is PDT itself, so here&#8217;s how I got it all set up.</p>
<p><strong>Getting JRE set up and Ready (Optional)</strong></p>
<p>If you&#8217;d like to set up 64 Bit (or 32 Bit) JRE to run Eclipse, <a href="http://www.64bitjungle.com/ubuntu/install-java-jre-160-update-x-on-hardy-as-the-default-java-runtime/" target="_blank">follow these instructions</a>.</p>
<p><strong>Installing the Base: Eclipse 3.4 (Ganymede) JEE</strong></p>
<p>First, I downloaded the 64 Bit version of <a href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/ganymede/SR1/eclipse-jee-ganymede-SR1-linux-gtk-x86_64.tar.gz" target="_blank">Eclipse IDE for Java EE Developers</a> to my desktop (<a href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/ganymede/SR1/eclipse-jee-ganymede-SR1-linux-gtk.tar.gz" target="_blank">32 Bit version here</a>). Once downloaded, I extracted the archive, then moved the files to /opt:</p>
<p><code>cd ~/Desktop<br />
tar -zxvf eclipse-jee-ganymede-SR1-linux-gtk-x86_64.tar.gz<br />
sudo mv eclipse /opt</code></p>
<p>For 32 Bit:</p>
<p><code>cd ~/Desktop<br />
tar -zxvf eclipse-jee-ganymede-SR1-linux-gtk.tar.gz<br />
sudo mv eclipse /opt</code></p>
<p><strong>Installing PDT 2</strong></p>
<p>Simple so far. Once moved (installed), I ran Eclipse for the first time from the command line:</p>
<p><code>cd /opt/eclipse<br />
./eclipse</code></p>
<p>and selected a workspace within my home directory once prompted. From here, installing PDT 2 is an easy task &#8211; adding two sites to the Update Manager (far easier in Ganymede than Europa), and letting Eclipse to the rest. Once Eclipse had started, I went to Help -&gt; Software Updates. The Software Updates and Add-ons window appeared, and I navigated to the Available Software tab. From there, I clicked the &#8220;Manage Sites&#8221; button, followed by &#8220;Add&#8221; once the Site Manager appeared. The only additional prerequisite to install for PDT is the Dynamic Languages Toolkit, or DLTK. So, I added:</p>
<p><code>http://download.eclipse.org/technology/dltk/updates-dev/1.0/</code></p>
<p>in the Dialog, and clicked OK. I then needed to add the PDT update site, so clicked add, and pasted:</p>
<p><code>http://download.eclipse.org/tools/pdt/updates/2.0/interim/</code></p>
<p>Click OK to close the Available Sites Manager. The rest is just as easy &#8211; two new sites should appear in the Available Software sites list. So, I expanded the DLTK site (the small triangle to the left of the site name), then the Dynamic Languages Toolkit option, and checked &#8220;Dynamic Languages Toolkit &#8211; Core Frameworks (Incubation)&#8221;, from the top of the list. Finally, I repeated the process with the PDT Update site &#8211; expanded PDT Update Site -&gt; PDT SDK 2.0.0 and checked &#8220;PDT Runtime Feature&#8221; from the list. That&#8217;s it. Click Install and follow the prompts.</p>
<p>Once installed, Eclipse recommends restarting the application. Accept, restart, and enjoy a shiny new PHP IDE, with PDT 2.</p>
<p><strong>Setting Up the Environment</strong></p>
<p>Once Eclipse Ganymede has reloaded, click on the Workspace icon to open the IDE workspace for the first time. The default Perspective is JEE. To change this, go to Window -&gt; Open Perspective -&gt; Other, then scroll down and select PHP. Other Views, relating to other plugins can be inserted into this perspective, and the perspective saved for future use. Personally, I like to add the SQL Development views, and MyLin, for live access to Bugzilla (Window -&gt; Sow View -&gt; Other).</p>
<p>A new PHP Project can be started by right clicking in Project Explorer (left window pane), and selecting New PHP Project (&#8220;Other&#8221; may need selecting on the first run, followed by navigating to and selecting PHP Project from the list).</p>
<p>That&#8217;s it. Far easier than previous versions, and much less effort required in the process! We like that.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="Full 64 Bit (or 32 Bit) Web Development and PHP/MySQL IDE with Eclipse 3.4 Ganymede and PDT 2" url="http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/"></script>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;Title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2&amp;desc=I%27m%20probably%20a%20little%20late%20with%20this%20article%2C%20since%20PDT2%20has%20been%20out%20for%20a%20few%20weeks%20now%21%20PDT%202%20is%20an%20improvement%C2%A0%20on%20v1%2C%20and%20of%20course%2C%20Ganymede%20is%20also%20an%20improvement%20on%20Europa%20-thankfully%2C%20the%20installation%20process%20has%20also%20improved%20and%20is%20much%20easier%20than%20my%20previous%20post%20on%20the%20subject.%20There%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;submitHeadline=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2&amp;submitSummary=I%27m%20probably%20a%20little%20late%20with%20this%20article%2C%20since%20PDT2%20has%20been%20out%20for%20a%20few%20weeks%20now%21%20PDT%202%20is%20an%20improvement%C2%A0%20on%20v1%2C%20and%20of%20course%2C%20Ganymede%20is%20also%20an%20improvement%20on%20Europa%20-thankfully%2C%20the%20installation%20process%20has%20also%20improved%20and%20is%20much%20easier%20than%20my%20previous%20post%20on%20the%20subject.%20There%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;t=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;t=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganym%5B..%5D+-+http://tinyurl.com/7m43me+(via+@64bitjungle)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22I%27m%20probably%20a%20little%20late%20with%20this%20article%2C%20since%20PDT2%20has%20been%20out%20for%20a%20few%20weeks%20now%21%20PDT%202%20is%20an%20improvement%C2%A0%20on%20v1%2C%20and%20of%20course%2C%20Ganymede%20is%20also%20an%20improvement%20on%20Europa%20-thankfully%2C%20the%20installation%20process%20has%20also%20improved%20and%20is%20much%20easier%20than%20my%20previous%20post%20on%20the%20subject.%20There%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22I%27m%20probably%20a%20little%20late%20with%20this%20article%2C%20since%20PDT2%20has%20been%20out%20for%20a%20few%20weeks%20now%21%20PDT%202%20is%20an%20improvement%C2%A0%20on%20v1%2C%20and%20of%20course%2C%20Ganymede%20is%20also%20an%20improvement%20on%20Europa%20-thankfully%2C%20the%20installation%20process%20has%20also%20improved%20and%20is%20much%20easier%20than%20my%20previous%20post%20on%20the%20subject.%20There%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2&amp;summary=I%27m%20probably%20a%20little%20late%20with%20this%20article%2C%20since%20PDT2%20has%20been%20out%20for%20a%20few%20weeks%20now%21%20PDT%202%20is%20an%20improvement%C2%A0%20on%20v1%2C%20and%20of%20course%2C%20Ganymede%20is%20also%20an%20improvement%20on%20Europa%20-thankfully%2C%20the%20installation%20process%20has%20also%20improved%20and%20is%20much%20easier%20than%20my%20previous%20post%20on%20the%20subject.%20There%20&amp;source=64 Bit Jungle" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;h=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="sexy-devmarks">
			<a href="http://devmarks.com/index.php?posttext=I%27m%20probably%20a%20little%20late%20with%20this%20article%2C%20since%20PDT2%20has%20been%20out%20for%20a%20few%20weeks%20now%21%20PDT%202%20is%20an%20improvement%C2%A0%20on%20v1%2C%20and%20of%20course%2C%20Ganymede%20is%20also%20an%20improvement%20on%20Europa%20-thankfully%2C%20the%20installation%20process%20has%20also%20improved%20and%20is%20much%20easier%20than%20my%20previous%20post%20on%20the%20subject.%20There%20&amp;posturl=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;posttitle=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Share this on Devmarks">Share this on Devmarks</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;bm_description=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-izeby">
			<a href="http://izeby.com/submit.php?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2&amp;link=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2&amp;url=http%3A%2F%2Fwww.64bitjungle.com%2Fubuntu%2Ffull-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2%2F&amp;desc=I%27m%20probably%20a%20little%20late%20with%20this%20article%2C%20since%20PDT2%20has%20been%20out%20for%20a%20few%20weeks%20now%21%20PDT%202%20is%20an%20improvement%C2%A0%20on%20v1%2C%20and%20of%20course%2C%20Ganymede%20is%20also%20an%20improvement%20on%20Europa%20-thankfully%2C%20the%20installation%20process%20has%20also%20improved%20and%20is%20much%20easier%20than%20my%20previous%20post%20on%20the%20subject.%20There%20&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="sexy-fwisp">
			<a href="http://fwisp.com/submit?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2&amp;body=I%27m%20probably%20a%20little%20late%20with%20this%20article%2C%20since%20PDT2%20has%20been%20out%20for%20a%20few%20weeks%20now%21%20PDT%202%20is%20an%20improvement%C2%A0%20on%20v1%2C%20and%20of%20course%2C%20Ganymede%20is%20also%20an%20improvement%20on%20Europa%20-thankfully%2C%20the%20installation%20process%20has%20also%20improved%20and%20is%20much%20easier%20than%20my%20previous%20post%20on%20the%20subject.%20There%20" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;lname=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;u_data[name]=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;bmtitle=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;t=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2&amp;body=I%27m%20probably%20a%20little%20late%20with%20this%20article%2C%20since%20PDT2%20has%20been%20out%20for%20a%20few%20weeks%20now%21%20PDT%202%20is%20an%20improvement%C2%A0%20on%20v1%2C%20and%20of%20course%2C%20Ganymede%20is%20also%20an%20improvement%20on%20Europa%20-thankfully%2C%20the%20installation%20process%20has%20also%20improved%20and%20is%20much%20easier%20than%20my%20previous%20post%20on%20the%20subject.%20There%20" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;T=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganym%5B..%5D&quot;+-+from+http://tinyurl.com/7m43me" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/+&quot;Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="sexy-posterous">
			<a href="http://posterous.com/share?linkto=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2&amp;selection=I%27m%20probably%20a%20little%20late%20with%20this%20article%2C%20since%20PDT2%20has%20been%20out%20for%20a%20few%20weeks%20now%21%20PDT%202%20is%20an%20improvement%C2%A0%20on%20v1%2C%20and%20of%20course%2C%20Ganymede%20is%20also%20an%20improvement%20on%20Europa%20-thankfully%2C%20the%20installation%20process%20has%20also%20improved%20and%20is%20much%20easier%20than%20my%20previous%20post%20on%20the%20subject.%20There%20" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;type=Article&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2&amp;body=I%27m%20probably%20a%20little%20late%20with%20this%20article%2C%20since%20PDT2%20has%20been%20out%20for%20a%20few%20weeks%20now%21%20PDT%202%20is%20an%20improvement%C2%A0%20on%20v1%2C%20and%20of%20course%2C%20Ganymede%20is%20also%20an%20improvement%20on%20Europa%20-thankfully%2C%20the%20installation%20process%20has%20also%20improved%20and%20is%20much%20easier%20than%20my%20previous%20post%20on%20the%20subject.%20There%20" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2&amp;u=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;b=I%27m%20probably%20a%20little%20late%20with%20this%20article%2C%20since%20PDT2%20has%20been%20out%20for%20a%20few%20weeks%20now%21%20PDT%202%20is%20an%20improvement%C2%A0%20on%20v1%2C%20and%20of%20course%2C%20Ganymede%20is%20also%20an%20improvement%20on%20Europa%20-thankfully%2C%20the%20installation%20process%20has%20also%20improved%20and%20is%20much%20easier%20than%20my%20previous%20post%20on%20the%20subject.%20There%20" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2&amp;desc=I%27m%20probably%20a%20little%20late%20with%20this%20article%2C%20since%20PDT2%20has%20been%20out%20for%20a%20few%20weeks%20now%21%20PDT%202%20is%20an%20improvement%C2%A0%20on%20v1%2C%20and%20of%20course%2C%20Ganymede%20is%20also%20an%20improvement%20on%20Europa%20-thankfully%2C%20the%20installation%20process%20has%20also%20improved%20and%20is%20much%20easier%20than%20my%20previous%20post%20on%20the%20subject.%20There%20" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2&amp;url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2&amp;body=I%27m%20probably%20a%20little%20late%20with%20this%20article%2C%20since%20PDT2%20has%20been%20out%20for%20a%20few%20weeks%20now%21%20PDT%202%20is%20an%20improvement%C2%A0%20on%20v1%2C%20and%20of%20course%2C%20Ganymede%20is%20also%20an%20improvement%20on%20Europa%20-thankfully%2C%20the%20installation%20process%20has%20also%20improved%20and%20is%20much%20easier%20than%20my%20previous%20post%20on%20the%20subject.%20There%20" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="sexy-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2&amp;text=I%27m%20probably%20a%20little%20late%20with%20this%20article%2C%20since%20PDT2%20has%20been%20out%20for%20a%20few%20weeks%20now%21%20PDT%202%20is%20an%20improvement%C2%A0%20on%20v1%2C%20and%20of%20course%2C%20Ganymede%20is%20also%20an%20improvement%20on%20Europa%20-thankfully%2C%20the%20installation%20process%20has%20also%20improved%20and%20is%20much%20easier%20than%20my%20previous%20post%20on%20the%20subject.%20There%20+-+http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="sexy-pusha">
			<a href="http://www.pusha.se/posta?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="sexy-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;n=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-propeller">
			<a href="http://www.propeller.com/submit/?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="sexy-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="sexy-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;Title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;title=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Full+64+Bit+%28or+32+Bit%29+Web+Development+and+PHP%2FMySQL+IDE+with+Eclipse+3.4+Ganymede+and+PDT+2&amp;du=http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/&amp;cn=I%27m%20probably%20a%20little%20late%20with%20this%20article%2C%20since%20PDT2%20has%20been%20out%20for%20a%20few%20weeks%20now%21%20PDT%202%20is%20an%20improvement%C2%A0%20on%20v1%2C%20and%20of%20course%2C%20Ganymede%20is%20also%20an%20improvement%20on%20Europa%20-thankfully%2C%20the%20installation%20process%20has%20also%20improved%20and%20is%20much%20easier%20than%20my%20previous%20post%20on%20the%20subject.%20There%20" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>64 Bit Eclipse 3.4 (Ganymede) IDE with PDT and SQL Explorer &#8211; Full PHP/MySQL Web Application IDE</title>
		<link>http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/</link>
		<comments>http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 06:50:27 +0000</pubDate>
		<dc:creator>Hodge</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Eclipse 64 Bit]]></category>
		<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[Eclipse PDT]]></category>
		<category><![CDATA[Ganymede]]></category>
		<category><![CDATA[HowTo]]></category>

		<guid isPermaLink="false">http://www.64bitjungle.com/?p=117</guid>
		<description><![CDATA[
Update, 16/01/09: This Guide has been superseded by &#8220;Full 64 Bit (or 32 Bit) Web Development and PHP/MySQL IDE with Eclipse 3.4 Ganymede and PDT 2&#8220;, but will be left here for reference, history, and so on&#8230; PDT is MUCH easier to install now  
I&#8217;ve been checking out the recently released Eclipse 3.4 (Ganymede), [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-118" style="border: 0pt none ; float: left;" title="Eclipse 3.4 Ganymede" src="http://www.64bitjungle.com/wp-content/uploads/2008/08/ganymede.png" alt="Eclipse 3.4 Ganymede" width="300" height="195" /></p>
<p><strong>Update, 16/01/09: This Guide has been superseded by &#8220;<a href="http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/">Full 64 Bit (or 32 Bit) Web Development and PHP/MySQL IDE with Eclipse 3.4 Ganymede and PDT 2</a>&#8220;, but will be left here for reference, history, and so on&#8230; PDT is MUCH easier to install now <img src='http://www.64bitjungle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
<p>I&#8217;ve been checking out the recently released Eclipse 3.4 (Ganymede), and so far so good. I&#8217;ve managed to get PDT (for PHP Development) and SQL Explorer installed and running successfully, so I&#8217;ll be doing some testing to see how it compares to Europa, which I have been using for some time. Thankfully, installing plugins is <em>much</em> easier with Ganymede &#8211; this is how I got it set up an configured.</p>
<p><strong>IMPORTANT NOTE:</strong> This installation configuration currently relies on Integration builds of both PDT and DLTK, since the current Stable builds of each are not currently supported under Eclipse 3.4. I will update this tutorial as support becomes available, but if you are not comfortable installing Integration builds, please see my previous tutorial on setting up a PHP IDE in Eclipse Europa: &#8220;<a href="http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/" target="_self">64 Bit Eclipse: Linux Installation, including PDT, WTP (WST), ATF, and MySQL (SQL Explorer Plugin)</a>&#8220;.</p>
<p><strong>Install Eclipse</strong></p>
<p>Installing Eclipse is a pretty easy task &#8211; just head over to <a href="http://www.eclipse.org/downloads/" target="_blank">http://www.eclipse.org/downloads</a> and download the latest version of &#8220;Eclipse Classic&#8221; (<a href="http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.4-200806172000/eclipse-SDK-3.4-linux-gtk-x86_64.tar.gz" target="_blank">direct link to 64 bit version</a>). I downloaded the file to my desktop, and once finished, opened up a Terminal window, extracted the archive, and installed Eclipse into the <span style="font-size: 120%; font-family: monospace;">/opt</span> directory:</p>
<p><code>cd ~/Desktop<br />
tar -zxvf eclipse-SDK-3.4-linux-gtk-x86_64.tar.gz<br />
sudo mv eclipse /opt/ganymede</code></p>
<p>I installed into <span style="font-size: 120%; font-family: monospace;">/opt/ganymede</span> since I already have Europa installed in <span style="font-size: 120%; font-family: monospace;">/opt/eclipse</span>.</p>
<p>That&#8217;s all there is to installing Eclipse. It can be run (for now) via the Terminal:</p>
<p><code>cd /opt/ganymede<br />
./eclipse</code></p>
<p><strong>Installing PDT</strong></p>
<p>As mentioned above, the latest Stable build of PDT is not yet supported in Eclipse 3.4, and since only PDT 1.0.x is available via the Update Site, it&#8217;s necessary to download the 2.0.x Integration Build from the PDT Website (see <a href="http://www.mail-archive.com/pdt-dev@eclipse.org/msg00103.html" target="_blank">this thread</a> at pdt-dev for more information). The same goes for DLTK (Dynamic Languages Toolkit) upon which PDT depends &#8211; only the Integration Build may be installed with Ganymede.</p>
<p>Firstly I downloaded DLTK, from <a href="http://download.eclipse.org/technology/dltk/downloads/" target="_blank">http://download.eclipse.org/technology/dltk/downloads</a> &#8211; click on the Integration Build download link, and grab the Core Frameworks archive (<a href="http://download.eclipse.org/technology/dltk/downloads/drops/R1.0/I-I200807291021-200807291021/dltk-core-I-I200807291021-200807291021-incubation.zip" target="_blank">direct link</a> to current version &#8211; Integration Builds are likely to change frequently, so best to visit the main doanload page). Next, grab the PDT archive from <a href="http://download.eclipse.org/tools/pdt/downloads/" target="_blank">http://download.eclipse.org/tools/pdt/downloads/</a> (click on the 2.0.0 Integration Build link, then grab the PDT Runtime archive &#8211; <a href="http://www.eclipse.org/downloads/download.php?file=/tools/pdt/downloads/drops/I20080722/org.eclipse.php_feature-I20080722.zip" target="_blank">direct link</a>). Don&#8217;t worry about the requirements and handy extras.</p>
<p>Once downloaded, again to my Desktop, I created a couple of temporary directories, and unziped both archives into their respective new homes:</p>
<p><code>mkdir pdt dltk<br />
mv org.eclipse.php_feature-I20080722.zip pdt<br />
cd pdt<br />
unzip org.eclipse.php_feature-I20080722.zip pdt<br />
cd ~/Desktop<br />
mv dltk-core-I-I200807291021-200807291021-incubation.zip dltk<br />
cd dltk<br />
unzip dltk-core-I-I200807291021-200807291021-incubation.zip</code></p>
<p>Now the Eclipse Update manager can be pointed to these &#8220;local sites&#8221;. I fired up Eclipse once again, and navigated to the Update Manager: Help -&gt; Software Updates. Once open, I clicked on the Available Software tab, and added the new sites &#8211; click on Add Site, click Local, and navigate to <span style="font-size: 120%; font-family: monospace;">~/Desktop/pdt/eclipse</span>. Click OK, and repeat for <span style="font-size: 120%; font-family: monospace;">~/Desktop/dltk/eclipse</span>. Now there should be two more sites (&#8220;/home/username/Desktop/pdt/eclipse&#8221; and &#8220;/home/username/Desktop/dltk/eclipse&#8221;) in addition to &#8220;Eclipse Project Update Site&#8221; and &#8220;Ganymede&#8221; (or &#8220;http://download.eclipse.org/releases/ganymede&#8221;). Expand each of the two new sites, and select the lowest leaf in each tree &#8211; &#8220;PDT Feature&#8221; and &#8220;Dynamic Languages Toolkit&#8221;.</p>
<p style="text-align: center;"><img class="size-full wp-image-119" title="Eclipse Ganymede Update Manager" src="http://www.64bitjungle.com/wp-content/uploads/2008/08/eclipse-ganymede-update-manager.png" alt="Eclipse Ganymede Update Manager" width="450" height="418" /></p>
<p>PDT is also dependent upon the Graphical Editing Framework (GEF), so expand the Ganymede tree, then &#8220;Graphical Editors and Frameworks&#8221; and select the &#8220;Graphical Editing Framework GEF&#8221; option.</p>
<p>Don&#8217;t click &#8220;Install&#8221; quite yet &#8211; there are a few other additional things to select for a full Web Application Development IDE.</p>
<p><strong>Web Application stuff</strong></p>
<p>Expand the main Ganymede tree, and &#8220;Web and Java EE Dvelopment&#8221;. I personally selected:</p>
<ul>
<li> Eclipse XML Editors and Tools</li>
<li> Javascript Developer Tools</li>
<li> Web Developer Tools</li>
<li> Web Page Editor</li>
</ul>
<p>You may want more, or less. Almost there&#8230;</p>
<p><strong>Database Integration</strong></p>
<p>Expand Database Development, and select Data Tools Platform Enablement and Data Tools Platform SQL Development. These are required for setting up a connection to MySQL later.</p>
<p>OK, click Install! Go and make a brew, or coffee &#8211; this may take some time.</p>
<p>Once everything has been downloaded and installed, restart Eclipse.</p>
<p><strong>SQL Explorer Plugin<br />
</strong></p>
<p>I find <a href="http://eclipsesql.sourceforge.net/" target="_blank">SQL Explorer</a> is a great little plugin to use as a DB GUI. To install it, I downloaded the <a href="http://sourceforge.net/project/showfiles.php?group_id=132863" target="_blank">latest version</a> to my Desktop, and extracted the files.</p>
<p><code>cd ~/Desktop<br />
mkdir sqlexplorer<br />
mv sqlexplorer_plugin-3.5.0.RC5.zip sqlexplorer<br />
cd sqlexplorer<br />
unzip sqlexplorer_plugin-3.5.0.RC5.zip</code></p>
<p>As with the PDT and DLTK plugins, to install is just a simple case of adding a new Local site to the Eclipse Update Manager, and selecting the plugin to install. So, open up the Update Manager &#8211; Help -&gt; Software Updates, and select the Available Software tab. Add new site, click Local, navigate to ~/Desktop/sqlexplorer, click OK, etc. Once the site is added, expand the new SQL Explorer, select the lowest level leaf, and click install.</p>
<p>Once installed, restart Eclipse. Some configuration is still required to get SQL Explorer linked up to a MySQL Database, which I have covered in a previous tutorial: <a href="http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/#configsqlexplorer" target="_self">Eclipse PDT and MySQL &#8211; SQL Explorer Plugin</a>. It&#8217;s pretty simple, and just involves downloading the Java Connector for MySQL, and pointing Eclipse to it.</p>
<p><strong>ATF (AJAX Toolkit)</strong></p>
<p>Unfortunately, ATF is not yet supported in Ganymede &#8211; I&#8217;m keeping track of it, however, and will update this tutorial as soon as support is available. In the mean time, check out the current status at <a href="http://www.mail-archive.com/atf-dev@eclipse.org" target="_blank">atf-dev</a>.</p>
<p><strong>Debugging PHP with Xdebug</strong></p>
<p>The information in my previous tutorial, <a href="http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt" target="_self">Debugging PHP Applications with Xdebug and Eclipse PDT</a>, can still be applied to Ganymede.</p>
<p>Hope that helps.</p>
<p><strong>References</strong></p>
<ol>
<li><a href="http://wiki.eclipse.org/PDT/Installation#Eclipse_3.4_.2F_Ganymede_.2F_PDT_1" target="_blank">http://wiki.eclipse.org/PDT/Installation#Eclipse_3.4_.2F_Ganymede_.2F_PDT_1</a></li>
<li><a href="http://www.mail-archive.com/pdt-dev@eclipse.org" target="_blank">http://www.mail-archive.com/pdt-dev@eclipse.org</a></li>
<li><a href="http://www.mail-archive.com/atf-dev@eclipse.org/" target="_blank">http://www.mail-archive.com/atf-dev@eclipse.org</a></li>
</ol>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="64 Bit Eclipse 3.4 (Ganymede) IDE with PDT and SQL Explorer - Full PHP/MySQL Web Application IDE" url="http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/"></script>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;Title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE&amp;desc=%0D%0A%0D%0AUpdate%2C%2016%2F01%2F09%3A%20This%20Guide%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%2C%20but%20will%20be%20left%20here%20for%20reference%2C%20history%2C%20and%20so%20on...%20PDT%20is%20MUCH%20easier%20to%20install%20now%20%3A%29%0D%0A%0D%0AI%27ve%20been%20checking%20out%20the%20recently%20released%20Ecl" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;submitHeadline=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE&amp;submitSummary=%0D%0A%0D%0AUpdate%2C%2016%2F01%2F09%3A%20This%20Guide%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%2C%20but%20will%20be%20left%20here%20for%20reference%2C%20history%2C%20and%20so%20on...%20PDT%20is%20MUCH%20easier%20to%20install%20now%20%3A%29%0D%0A%0D%0AI%27ve%20been%20checking%20out%20the%20recently%20released%20Ecl&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;t=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;t=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web%5B..%5D+-+http://tinyurl.com/5snma7+(via+@64bitjungle)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%2264%20Bit%20Eclipse%203.4%20%28Ganymede%29%20IDE%20with%20PDT%20and%20SQL%20Explorer%20-%20Full%20PHP%2FMySQL%20Web%20Application%20IDE%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22%0D%0A%0D%0AUpdate%2C%2016%2F01%2F09%3A%20This%20Guide%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%2C%20but%20will%20be%20left%20here%20for%20reference%2C%20history%2C%20and%20so%20on...%20PDT%20is%20MUCH%20easier%20to%20install%20now%20%3A%29%0D%0A%0D%0AI%27ve%20been%20checking%20out%20the%20recently%20released%20Ecl%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%2264%20Bit%20Eclipse%203.4%20%28Ganymede%29%20IDE%20with%20PDT%20and%20SQL%20Explorer%20-%20Full%20PHP%2FMySQL%20Web%20Application%20IDE%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22%0D%0A%0D%0AUpdate%2C%2016%2F01%2F09%3A%20This%20Guide%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%2C%20but%20will%20be%20left%20here%20for%20reference%2C%20history%2C%20and%20so%20on...%20PDT%20is%20MUCH%20easier%20to%20install%20now%20%3A%29%0D%0A%0D%0AI%27ve%20been%20checking%20out%20the%20recently%20released%20Ecl%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE&amp;summary=%0D%0A%0D%0AUpdate%2C%2016%2F01%2F09%3A%20This%20Guide%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%2C%20but%20will%20be%20left%20here%20for%20reference%2C%20history%2C%20and%20so%20on...%20PDT%20is%20MUCH%20easier%20to%20install%20now%20%3A%29%0D%0A%0D%0AI%27ve%20been%20checking%20out%20the%20recently%20released%20Ecl&amp;source=64 Bit Jungle" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;h=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="sexy-devmarks">
			<a href="http://devmarks.com/index.php?posttext=%0D%0A%0D%0AUpdate%2C%2016%2F01%2F09%3A%20This%20Guide%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%2C%20but%20will%20be%20left%20here%20for%20reference%2C%20history%2C%20and%20so%20on...%20PDT%20is%20MUCH%20easier%20to%20install%20now%20%3A%29%0D%0A%0D%0AI%27ve%20been%20checking%20out%20the%20recently%20released%20Ecl&amp;posturl=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;posttitle=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Share this on Devmarks">Share this on Devmarks</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;bm_description=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-izeby">
			<a href="http://izeby.com/submit.php?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE&amp;link=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE&amp;url=http%3A%2F%2Fwww.64bitjungle.com%2Fprogramming%2F64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide%2F&amp;desc=%0D%0A%0D%0AUpdate%2C%2016%2F01%2F09%3A%20This%20Guide%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%2C%20but%20will%20be%20left%20here%20for%20reference%2C%20history%2C%20and%20so%20on...%20PDT%20is%20MUCH%20easier%20to%20install%20now%20%3A%29%0D%0A%0D%0AI%27ve%20been%20checking%20out%20the%20recently%20released%20Ecl&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="sexy-fwisp">
			<a href="http://fwisp.com/submit?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE&amp;body=%0D%0A%0D%0AUpdate%2C%2016%2F01%2F09%3A%20This%20Guide%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%2C%20but%20will%20be%20left%20here%20for%20reference%2C%20history%2C%20and%20so%20on...%20PDT%20is%20MUCH%20easier%20to%20install%20now%20%3A%29%0D%0A%0D%0AI%27ve%20been%20checking%20out%20the%20recently%20released%20Ecl" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;lname=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;u_data[name]=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;bmtitle=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;t=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE&amp;body=%0D%0A%0D%0AUpdate%2C%2016%2F01%2F09%3A%20This%20Guide%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%2C%20but%20will%20be%20left%20here%20for%20reference%2C%20history%2C%20and%20so%20on...%20PDT%20is%20MUCH%20easier%20to%20install%20now%20%3A%29%0D%0A%0D%0AI%27ve%20been%20checking%20out%20the%20recently%20released%20Ecl" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;T=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web%5B..%5D&quot;+-+from+http://tinyurl.com/5snma7" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/+&quot;64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="sexy-posterous">
			<a href="http://posterous.com/share?linkto=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE&amp;selection=%0D%0A%0D%0AUpdate%2C%2016%2F01%2F09%3A%20This%20Guide%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%2C%20but%20will%20be%20left%20here%20for%20reference%2C%20history%2C%20and%20so%20on...%20PDT%20is%20MUCH%20easier%20to%20install%20now%20%3A%29%0D%0A%0D%0AI%27ve%20been%20checking%20out%20the%20recently%20released%20Ecl" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;type=Article&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE&amp;body=%0D%0A%0D%0AUpdate%2C%2016%2F01%2F09%3A%20This%20Guide%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%2C%20but%20will%20be%20left%20here%20for%20reference%2C%20history%2C%20and%20so%20on...%20PDT%20is%20MUCH%20easier%20to%20install%20now%20%3A%29%0D%0A%0D%0AI%27ve%20been%20checking%20out%20the%20recently%20released%20Ecl" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE&amp;u=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;b=%0D%0A%0D%0AUpdate%2C%2016%2F01%2F09%3A%20This%20Guide%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%2C%20but%20will%20be%20left%20here%20for%20reference%2C%20history%2C%20and%20so%20on...%20PDT%20is%20MUCH%20easier%20to%20install%20now%20%3A%29%0D%0A%0D%0AI%27ve%20been%20checking%20out%20the%20recently%20released%20Ecl" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE&amp;desc=%0D%0A%0D%0AUpdate%2C%2016%2F01%2F09%3A%20This%20Guide%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%2C%20but%20will%20be%20left%20here%20for%20reference%2C%20history%2C%20and%20so%20on...%20PDT%20is%20MUCH%20easier%20to%20install%20now%20%3A%29%0D%0A%0D%0AI%27ve%20been%20checking%20out%20the%20recently%20released%20Ecl" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE&amp;url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE&amp;body=%0D%0A%0D%0AUpdate%2C%2016%2F01%2F09%3A%20This%20Guide%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%2C%20but%20will%20be%20left%20here%20for%20reference%2C%20history%2C%20and%20so%20on...%20PDT%20is%20MUCH%20easier%20to%20install%20now%20%3A%29%0D%0A%0D%0AI%27ve%20been%20checking%20out%20the%20recently%20released%20Ecl" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="sexy-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE&amp;text=%0D%0A%0D%0AUpdate%2C%2016%2F01%2F09%3A%20This%20Guide%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%2C%20but%20will%20be%20left%20here%20for%20reference%2C%20history%2C%20and%20so%20on...%20PDT%20is%20MUCH%20easier%20to%20install%20now%20%3A%29%0D%0A%0D%0AI%27ve%20been%20checking%20out%20the%20recently%20released%20Ecl+-+http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="sexy-pusha">
			<a href="http://www.pusha.se/posta?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="sexy-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;n=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-propeller">
			<a href="http://www.propeller.com/submit/?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="sexy-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="sexy-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;Title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;title=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=64+Bit+Eclipse+3.4+%28Ganymede%29+IDE+with+PDT+and+SQL+Explorer+-+Full+PHP%2FMySQL+Web+Application+IDE&amp;du=http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/&amp;cn=%0D%0A%0D%0AUpdate%2C%2016%2F01%2F09%3A%20This%20Guide%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%2C%20but%20will%20be%20left%20here%20for%20reference%2C%20history%2C%20and%20so%20on...%20PDT%20is%20MUCH%20easier%20to%20install%20now%20%3A%29%0D%0A%0D%0AI%27ve%20been%20checking%20out%20the%20recently%20released%20Ecl" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Traversing, and opening include files in Eclipse IDE</title>
		<link>http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/</link>
		<comments>http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/#comments</comments>
		<pubDate>Wed, 21 May 2008 04:03:03 +0000</pubDate>
		<dc:creator>Hodge</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.64bitjungle.com/?p=101</guid>
		<description><![CDATA[While aimlessly wandering the web yesterday, I happened upon a rather cool little plugin for Eclipse, called AnyEdit tools, which adds a bunch of useful tools to the context menu of the Eclipse editor, and also to the output consoles, main menu and editor toolbar. Most interestingly for me, is the addition to the context [...]


Related posts:<ol><li><a href='http://www.64bitjungle.com/ubuntu/quickly-archive-multiple-directories-into-separate-archive-files/' rel='bookmark' title='Permanent Link: Quickly archive multiple directories into separate archive files'>Quickly archive multiple directories into separate archive files</a> <small>I recently needed to quickly archive several hundred directories, and...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>While aimlessly wandering the web yesterday, I happened upon a rather cool little plugin for Eclipse, called <a href="http://andrei.gmxhome.de/anyedit/index.html" target="_blank">AnyEdit tools</a>, which adds a bunch of useful tools to the context menu of the Eclipse editor, and also to the output consoles, main menu and editor toolbar. Most interestingly for me, is the addition to the context menu which allows opening an included file from the within Editor, which means I don&#8217;t have to search through directory structures in the Eclipse explorer to open a file included in the one I&#8217;m currently editing. With AnyEdit tools, I just right-click on the include/require statement, and select &#8220;Open file under cursor&#8221; (Ctrl+Alt+R does the same), and the file is opened in the editor. Cool.</p>
<p>AnyEdit tools is easy to install &#8211; in Eclipse, go to Help -&gt; Software Updates -&gt; Find and Install and select the &#8220;Search for ne features to install&#8221; option. Click on &#8220;New Remote Site&#8221;, and add &#8220;AnyEdit tools&#8221; as the Name, and http://andrei.gmxhome.de/eclipse/ as the URL and click OK. Tick the box next to the new site, and click Finish. Once the update site has been contacted, and the plugin list retrieved, expand the AnyEdit tools -&gt; Eclipse 3.3 plugins, and select AnyEditTools 2.0.2. Click Next, accept the agreement, Next, Next, Finish. Once dowloaded, the Update Manager asks to verify the installation &#8211; click Install, and that&#8217;s it. Eclipse needs restarting to activate the plugin.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="Traversing, and opening include files in Eclipse IDE" url="http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/"></script>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;Title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE&amp;desc=While%20aimlessly%20wandering%20the%20web%20yesterday%2C%20I%20happened%20upon%20a%20rather%20cool%20little%20plugin%20for%20Eclipse%2C%20called%20AnyEdit%20tools%2C%20which%20adds%20a%20bunch%20of%20useful%20tools%20to%20the%20context%20menu%20of%20the%20Eclipse%20editor%2C%20and%20also%20to%20the%20output%20consoles%2C%20main%20menu%20and%20editor%20toolbar.%20Most%20interestingly%20for%20me%2C%20is%20the%20a" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;submitHeadline=Traversing%2C+and+opening+include+files+in+Eclipse+IDE&amp;submitSummary=While%20aimlessly%20wandering%20the%20web%20yesterday%2C%20I%20happened%20upon%20a%20rather%20cool%20little%20plugin%20for%20Eclipse%2C%20called%20AnyEdit%20tools%2C%20which%20adds%20a%20bunch%20of%20useful%20tools%20to%20the%20context%20menu%20of%20the%20Eclipse%20editor%2C%20and%20also%20to%20the%20output%20consoles%2C%20main%20menu%20and%20editor%20toolbar.%20Most%20interestingly%20for%20me%2C%20is%20the%20a&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;t=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;t=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Traversing%2C+and+opening+include+files+in+Eclipse+IDE+-+http://tinyurl.com/amokqs+(via+@64bitjungle)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Traversing%2C%20and%20opening%20include%20files%20in%20Eclipse%20IDE%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22While%20aimlessly%20wandering%20the%20web%20yesterday%2C%20I%20happened%20upon%20a%20rather%20cool%20little%20plugin%20for%20Eclipse%2C%20called%20AnyEdit%20tools%2C%20which%20adds%20a%20bunch%20of%20useful%20tools%20to%20the%20context%20menu%20of%20the%20Eclipse%20editor%2C%20and%20also%20to%20the%20output%20consoles%2C%20main%20menu%20and%20editor%20toolbar.%20Most%20interestingly%20for%20me%2C%20is%20the%20a%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22Traversing%2C%20and%20opening%20include%20files%20in%20Eclipse%20IDE%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22While%20aimlessly%20wandering%20the%20web%20yesterday%2C%20I%20happened%20upon%20a%20rather%20cool%20little%20plugin%20for%20Eclipse%2C%20called%20AnyEdit%20tools%2C%20which%20adds%20a%20bunch%20of%20useful%20tools%20to%20the%20context%20menu%20of%20the%20Eclipse%20editor%2C%20and%20also%20to%20the%20output%20consoles%2C%20main%20menu%20and%20editor%20toolbar.%20Most%20interestingly%20for%20me%2C%20is%20the%20a%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE&amp;summary=While%20aimlessly%20wandering%20the%20web%20yesterday%2C%20I%20happened%20upon%20a%20rather%20cool%20little%20plugin%20for%20Eclipse%2C%20called%20AnyEdit%20tools%2C%20which%20adds%20a%20bunch%20of%20useful%20tools%20to%20the%20context%20menu%20of%20the%20Eclipse%20editor%2C%20and%20also%20to%20the%20output%20consoles%2C%20main%20menu%20and%20editor%20toolbar.%20Most%20interestingly%20for%20me%2C%20is%20the%20a&amp;source=64 Bit Jungle" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;h=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="sexy-devmarks">
			<a href="http://devmarks.com/index.php?posttext=While%20aimlessly%20wandering%20the%20web%20yesterday%2C%20I%20happened%20upon%20a%20rather%20cool%20little%20plugin%20for%20Eclipse%2C%20called%20AnyEdit%20tools%2C%20which%20adds%20a%20bunch%20of%20useful%20tools%20to%20the%20context%20menu%20of%20the%20Eclipse%20editor%2C%20and%20also%20to%20the%20output%20consoles%2C%20main%20menu%20and%20editor%20toolbar.%20Most%20interestingly%20for%20me%2C%20is%20the%20a&amp;posturl=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;posttitle=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Share this on Devmarks">Share this on Devmarks</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;bm_description=Traversing%2C+and+opening+include+files+in+Eclipse+IDE&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-izeby">
			<a href="http://izeby.com/submit.php?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE&amp;link=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE&amp;url=http%3A%2F%2Fwww.64bitjungle.com%2Feclipse%2Ftraversing-and-opening-include-files-in-eclipse-ide%2F&amp;desc=While%20aimlessly%20wandering%20the%20web%20yesterday%2C%20I%20happened%20upon%20a%20rather%20cool%20little%20plugin%20for%20Eclipse%2C%20called%20AnyEdit%20tools%2C%20which%20adds%20a%20bunch%20of%20useful%20tools%20to%20the%20context%20menu%20of%20the%20Eclipse%20editor%2C%20and%20also%20to%20the%20output%20consoles%2C%20main%20menu%20and%20editor%20toolbar.%20Most%20interestingly%20for%20me%2C%20is%20the%20a&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="sexy-fwisp">
			<a href="http://fwisp.com/submit?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE&amp;body=While%20aimlessly%20wandering%20the%20web%20yesterday%2C%20I%20happened%20upon%20a%20rather%20cool%20little%20plugin%20for%20Eclipse%2C%20called%20AnyEdit%20tools%2C%20which%20adds%20a%20bunch%20of%20useful%20tools%20to%20the%20context%20menu%20of%20the%20Eclipse%20editor%2C%20and%20also%20to%20the%20output%20consoles%2C%20main%20menu%20and%20editor%20toolbar.%20Most%20interestingly%20for%20me%2C%20is%20the%20a" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;lname=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;u_data[name]=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;bmtitle=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;t=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE&amp;body=While%20aimlessly%20wandering%20the%20web%20yesterday%2C%20I%20happened%20upon%20a%20rather%20cool%20little%20plugin%20for%20Eclipse%2C%20called%20AnyEdit%20tools%2C%20which%20adds%20a%20bunch%20of%20useful%20tools%20to%20the%20context%20menu%20of%20the%20Eclipse%20editor%2C%20and%20also%20to%20the%20output%20consoles%2C%20main%20menu%20and%20editor%20toolbar.%20Most%20interestingly%20for%20me%2C%20is%20the%20a" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;T=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Traversing%2C+and+opening+include+files+in+Eclipse+IDE&quot;+-+from+http://tinyurl.com/amokqs" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/+&quot;Traversing%2C+and+opening+include+files+in+Eclipse+IDE&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="sexy-posterous">
			<a href="http://posterous.com/share?linkto=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE&amp;selection=While%20aimlessly%20wandering%20the%20web%20yesterday%2C%20I%20happened%20upon%20a%20rather%20cool%20little%20plugin%20for%20Eclipse%2C%20called%20AnyEdit%20tools%2C%20which%20adds%20a%20bunch%20of%20useful%20tools%20to%20the%20context%20menu%20of%20the%20Eclipse%20editor%2C%20and%20also%20to%20the%20output%20consoles%2C%20main%20menu%20and%20editor%20toolbar.%20Most%20interestingly%20for%20me%2C%20is%20the%20a" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;type=Article&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE&amp;body=While%20aimlessly%20wandering%20the%20web%20yesterday%2C%20I%20happened%20upon%20a%20rather%20cool%20little%20plugin%20for%20Eclipse%2C%20called%20AnyEdit%20tools%2C%20which%20adds%20a%20bunch%20of%20useful%20tools%20to%20the%20context%20menu%20of%20the%20Eclipse%20editor%2C%20and%20also%20to%20the%20output%20consoles%2C%20main%20menu%20and%20editor%20toolbar.%20Most%20interestingly%20for%20me%2C%20is%20the%20a" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Traversing%2C+and+opening+include+files+in+Eclipse+IDE&amp;u=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;b=While%20aimlessly%20wandering%20the%20web%20yesterday%2C%20I%20happened%20upon%20a%20rather%20cool%20little%20plugin%20for%20Eclipse%2C%20called%20AnyEdit%20tools%2C%20which%20adds%20a%20bunch%20of%20useful%20tools%20to%20the%20context%20menu%20of%20the%20Eclipse%20editor%2C%20and%20also%20to%20the%20output%20consoles%2C%20main%20menu%20and%20editor%20toolbar.%20Most%20interestingly%20for%20me%2C%20is%20the%20a" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE&amp;desc=While%20aimlessly%20wandering%20the%20web%20yesterday%2C%20I%20happened%20upon%20a%20rather%20cool%20little%20plugin%20for%20Eclipse%2C%20called%20AnyEdit%20tools%2C%20which%20adds%20a%20bunch%20of%20useful%20tools%20to%20the%20context%20menu%20of%20the%20Eclipse%20editor%2C%20and%20also%20to%20the%20output%20consoles%2C%20main%20menu%20and%20editor%20toolbar.%20Most%20interestingly%20for%20me%2C%20is%20the%20a" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE&amp;url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE&amp;body=While%20aimlessly%20wandering%20the%20web%20yesterday%2C%20I%20happened%20upon%20a%20rather%20cool%20little%20plugin%20for%20Eclipse%2C%20called%20AnyEdit%20tools%2C%20which%20adds%20a%20bunch%20of%20useful%20tools%20to%20the%20context%20menu%20of%20the%20Eclipse%20editor%2C%20and%20also%20to%20the%20output%20consoles%2C%20main%20menu%20and%20editor%20toolbar.%20Most%20interestingly%20for%20me%2C%20is%20the%20a" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="sexy-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Traversing%2C+and+opening+include+files+in+Eclipse+IDE&amp;text=While%20aimlessly%20wandering%20the%20web%20yesterday%2C%20I%20happened%20upon%20a%20rather%20cool%20little%20plugin%20for%20Eclipse%2C%20called%20AnyEdit%20tools%2C%20which%20adds%20a%20bunch%20of%20useful%20tools%20to%20the%20context%20menu%20of%20the%20Eclipse%20editor%2C%20and%20also%20to%20the%20output%20consoles%2C%20main%20menu%20and%20editor%20toolbar.%20Most%20interestingly%20for%20me%2C%20is%20the%20a+-+http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="sexy-pusha">
			<a href="http://www.pusha.se/posta?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="sexy-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;n=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-propeller">
			<a href="http://www.propeller.com/submit/?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="sexy-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="sexy-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;Title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;title=Traversing%2C+and+opening+include+files+in+Eclipse+IDE" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Traversing%2C+and+opening+include+files+in+Eclipse+IDE&amp;du=http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/&amp;cn=While%20aimlessly%20wandering%20the%20web%20yesterday%2C%20I%20happened%20upon%20a%20rather%20cool%20little%20plugin%20for%20Eclipse%2C%20called%20AnyEdit%20tools%2C%20which%20adds%20a%20bunch%20of%20useful%20tools%20to%20the%20context%20menu%20of%20the%20Eclipse%20editor%2C%20and%20also%20to%20the%20output%20consoles%2C%20main%20menu%20and%20editor%20toolbar.%20Most%20interestingly%20for%20me%2C%20is%20the%20a" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>Related posts:<ol><li><a href='http://www.64bitjungle.com/ubuntu/quickly-archive-multiple-directories-into-separate-archive-files/' rel='bookmark' title='Permanent Link: Quickly archive multiple directories into separate archive files'>Quickly archive multiple directories into separate archive files</a> <small>I recently needed to quickly archive several hundred directories, and...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.64bitjungle.com/eclipse/traversing-and-opening-include-files-in-eclipse-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging PHP Applications with Xdebug and Eclipse PDT</title>
		<link>http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/</link>
		<comments>http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 04:31:47 +0000</pubDate>
		<dc:creator>Hodge</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[PDT]]></category>
		<category><![CDATA[Xdebug]]></category>

		<guid isPermaLink="false">http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/</guid>
		<description><![CDATA[OK, so I have x64 Eclipse successfully installed and running with all the plugins I use for Web Application Development. But what about debugging? Sure, var_dump(), echo, print and so on are all valuable to me when debugging a script, but it&#8217;s always good to have more information.
Xdebug is a fantastic PHP extension, which is [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.xdebug.org" target="_blank"><img src="http://www.64bitjungle.com/wp-content/uploads/2008/04/xdebug-logo.png" alt="Xdebug Logo" align="left" border="0" /></a>OK, so I have <a href="http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/">x64 Eclipse successfully installed and running</a> with all the plugins I use for Web Application Development. But what about debugging? Sure, <span style="font-family: monospace; font-size: 120%">var_dump()</span>, <span style="font-family: monospace; font-size: 120%">echo</span>, <span style="font-family: monospace; font-size: 120%">print</span> and so on are all valuable to me when debugging a script, but it&#8217;s always good to have more information.</p>
<p><a href="http://www.xdebug.org" target="_blank">Xdebug</a> is a fantastic PHP extension, which is written by one of the PHP Core Developers, Derick Rethans. The current version is 2.0.3, and I set about installing it on my system, and integrating it into Eclipse PDT today.</p>
<p>Xdebug can be installed in a few different ways &#8211; by downloading the binaries from the site, compiling the source, or via PECL:</p>
<p><code>sudo pecl install xdebug</code></p>
<p>Some days, I just prefer to download compile the source, as it gives me more of an understanding of what is being installed and where, and this is one of those days:</p>
<p><code>cd ~/<br />
mkdir xdebug<br />
cd xdebug<br />
wget http://www.xdebug.org/link.php?url=xdebug203<br />
tar -zxvf xdebug-2.0.3.tgz<br />
cd xdebug-2.0.3</code></p>
<p>The packages <span style="font-family: monospace; font-size: 120%">phpize</span> and <span style="font-family: monospace; font-size: 120%">php-config</span> are required to install Xdebug, and can be obtained by installing the relevant PHP development packages:</p>
<p><code>sudo apt-get install php4-dev</code></p>
<p>or</p>
<p><code>sudo apt-get install php5-dev</code></p>
<p>depending on the PHP version installed. After unzipping the Xdebug source, I ran</p>
<p><code>phpize</code></p>
<p>which output:</p>
<p><code>PHP Api Version: 20041225<br />
Zend Module Api No: 20060613<br />
Zend Extension Api No: 220060519</code></p>
<p>I then checked this against the table at <a href="http://www.xdebug.org/docs/install#phpize" target="_blank">http://www.xdebug.org/docs/install#phpize</a> to see if my PHP version (5.2.3) was compatible with Xdebug &#8211; it matched  up to the table&#8217;s 5.2.x PHP version row, so I went ahead and installed:</p>
<p><code>./configure --enable-xdebug  --with-php-config=/usr/bin/php-config<br />
make</code></p>
<p>which created a file <span style="font-family: monospace; font-size: 120%">xdebug.so</span> in the <span style="font-family: monospace; font-size: 120%">modules</span> subdirectory. This file needs to be copied (or moved) to the PHP Extension directory, which on my system is in <span style="font-family: monospace; font-size: 120%">/usr/lib/php5/20060613/</span>. An easy way to find the PHP extension directory is to run:</p>
<p><code>locate mysql.so</code></p>
<p>ok, so I copied the xdebug.so to the extension directory:</p>
<p><code>sudo cp modules/xdebug.so /usr/lib/php5/20060613/</code></p>
<p>So far so good. Now PHP needs to be told about the extension, and to load it. This can be done by adding</p>
<p><code>zend_extension="/usr/lib/php5/20060613/xdebug.so"</code></p>
<p>to the <span style="font-family: monospace; font-size: 120%">php.ini</span> file. However, on my Ubuntu system, the PHP extensions are activated by adding an .ini file to the <span style="font-family: monospace; font-size: 120%">/etc/php5/apache2/conf.d</span> directory, for each extension installed. The .ini file is the extension_name.ini, so I created a file called <span style="font-family: monospace; font-size: 120%">xdebug.ini</span>:</p>
<p><code>cd /etc/php5/apache2/conf.d<br />
gksu gedit xdebug.ini</code></p>
<p>which for now, contains a single line:</p>
<p><code>zend_extension="/usr/lib/php5/20060613/xdebug.so"</code></p>
<p>After restarting the Apache server</p>
<p><code>sudo /etc/init.d/apache2 restart</code></p>
<p>I created a file called <span style="font-family: monospace; font-size: 120%">test.php</span> in my Web Root directory, containing a call to the <span style="font-family: monospace; font-size: 120%">phpinfo()</span> function:</p>
<p><code>&lt;?php<br />
phpinfo();<br />
?&gt;</code></p>
<p>and pointed my browser to <span style="font-family: monospace; font-size: 120%">http://localhost/test.php</span>. Just before the &#8220;PHP Credits&#8221; section, is a small box containing information on Zend &#8211; and now, with a successful Xdebug installation, additional information on Xdebug:</p>
<p style="text-align: center"><img src="http://www.64bitjungle.com/wp-content/uploads/2008/04/xdebug-successful-install.png" alt="Xdebug information output by phpinfo()" /></p>
<p>The same information can be found by opening a Terminal and running</p>
<p><code>php -m</code></p>
<p>to output the loaded modules, and towards the end of the output, you should see</p>
<p><code>[Zend Modules]<br />
Xdebug</code></p>
<p>alternatively, run</p>
<p><code>php -i | grep Xdebug</code></p>
<p>and if Xdebug has been installed successfully, you should see</p>
<p><code>with Xdebug v2.0.3, Copyright (c) 2002-2007, by Derick Rethans</code></p>
<p>Now, Xdebug needs to be enabled before any scripts can be debugged! So, in the <span style="font-family: monospace; font-size: 120%">php.ini</span> file (or in my case, the newly created <span style="font-family: monospace; font-size: 120%">/etc/php5/apache2/conf.d/xdebug.ini</span> file) I added the lines:</p>
<p><code>xdebug.remote_enable=On<br />
xdebug.remote_host="localhost"<br />
xdebug.remote_port=9000<br />
xdebug.remote_handler="dbgp"</code></p>
<p>and restarted Apache again:</p>
<p><code>sudo /etc/init.d/apache2 restart</code></p>
<p>running</p>
<p><code>php -i | grep xdebug</code></p>
<p>in the Terminal, or using the <span style="font-family: monospace; font-size: 120%">test.php</span> file containing <span style="font-family: monospace; font-size: 120%">phpinfo()</span> shows that the new settings are being used, and Xdebug is active and running.</p>
<p><strong>Configuring Eclipse PDT:</strong></p>
<p>Setting up Eclipse PDT to use the Xdebug extension is pretty simple. In Eclipse PDT, I opened Window -&gt; Preferences, then clicked on  PHP, expanded the tree, and selected Debug. I Chose Xdebug from the pull down menu for the PHP Debugger, the &#8220;Default PHP Server&#8221; (should already be set to localhost), and then created a new PHP Executable option by clicking on the PHP Executables link next to the PHP Executable pull down menu.</p>
<p style="text-align: center"><img src="http://www.64bitjungle.com/wp-content/uploads/2008/04/xdebug_in_eclipse_pdt.png" alt="XDebug and Eclipse PDT" /></p>
<p>In the PHP Executables dialog, I Clicked Add, filled in the name (PHP with XDebug), and entered the path to the PHP executable &#8211; on my system this is <span style="font-family: monospace; font-size: 120%">/usr/bin/php</span> but if you don&#8217;t know, then in a terminal, run</p>
<p><code>which php</code></p>
<p>to find out where the <span style="font-family: monospace; font-size: 120%">php</span> command is run from. I also entered the location of <span style="font-family: monospace; font-size: 120%">php.ini</span> &#8211; again, on my system, this is <span style="font-family: monospace; font-size: 120%">/etc/php5/apache2/php.ini</span> &#8211; and selected XDebug as the PHP debugger:</p>
<p style="text-align: center"><img src="http://www.64bitjungle.com/wp-content/uploads/2008/04/xdebug_setting_up_php_executable.png" alt="Xdebug - set up PHP Executable in Eclipse PDT" /></p>
<p>Clicked OK, then went back to the PHP -&gt; Debug preferences screen, and selected the PHP Executable just created in the PHP Executable pull down. Finally, in the Debug -&gt; Workbench Options option in the left,  I selected &#8220;Never&#8221; for the &#8220;allow multiple debug sessions&#8221; option, since Xdebug does not support them.</p>
<p>Finally, I needed to set the Default Web Browser in Eclipse, to that when I debug a script, the output is sent to Firefox. Again in Preferences, I navigated to General -&gt; Web Browser, and clicked &#8220;New&#8221;. It&#8217;s pretty straight forward stuff &#8211; entering a name and location &#8211; Firefox, and <span style="font-family: monospace; font-size: 120%">/usr/bin/firefox</span>. Again, if you don&#8217;t know the location of the firefox binary, in a terminal run:</p>
<p><code>which firefox</code></p>
<p>With this done, and the preferences saved, I can now debug my scripts using Xdebug!</p>
<p style="text-align: center"><img src="http://www.64bitjungle.com/wp-content/uploads/2008/04/xdebug_using.png" alt="Using Xdebug in PDT" /></p>
<p><strong>References:</strong></p>
<p><a href="http://www.xdebug.org/docs/install" target="_blank">http://www.xdebug.org/docs/install</a><br />
<a href="http://www.eclipse.org/pdt/documents/XDebugGuide.pdf" target="_blank">http://www.eclipse.org/pdt/documents/XDebugGuide.pdf</a><br />
<a href="http://devzone.zend.com/article/2803-Introducing-xdebug" target="_blank">http://devzone.zend.com/article/2803-Introducing-xdebug</a></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="Debugging PHP Applications with Xdebug and Eclipse PDT" url="http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/"></script>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;Title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&amp;desc=OK%2C%20so%20I%20have%20x64%20Eclipse%20successfully%20installed%20and%20running%20with%20all%20the%20plugins%20I%20use%20for%20Web%20Application%20Development.%20But%20what%20about%20debugging%3F%20Sure%2C%20var_dump%28%29%2C%20echo%2C%20print%20and%20so%20on%20are%20all%20valuable%20to%20me%20when%20debugging%20a%20script%2C%20but%20it%27s%20always%20good%20to%20have%20more%20information.%0D%0A%0D%0AXdebug%20is%20a%20fan" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;submitHeadline=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&amp;submitSummary=OK%2C%20so%20I%20have%20x64%20Eclipse%20successfully%20installed%20and%20running%20with%20all%20the%20plugins%20I%20use%20for%20Web%20Application%20Development.%20But%20what%20about%20debugging%3F%20Sure%2C%20var_dump%28%29%2C%20echo%2C%20print%20and%20so%20on%20are%20all%20valuable%20to%20me%20when%20debugging%20a%20script%2C%20but%20it%27s%20always%20good%20to%20have%20more%20information.%0D%0A%0D%0AXdebug%20is%20a%20fan&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;t=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;t=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT+-+http://tinyurl.com/c5xbgm+(via+@64bitjungle)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Debugging%20PHP%20Applications%20with%20Xdebug%20and%20Eclipse%20PDT%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22OK%2C%20so%20I%20have%20x64%20Eclipse%20successfully%20installed%20and%20running%20with%20all%20the%20plugins%20I%20use%20for%20Web%20Application%20Development.%20But%20what%20about%20debugging%3F%20Sure%2C%20var_dump%28%29%2C%20echo%2C%20print%20and%20so%20on%20are%20all%20valuable%20to%20me%20when%20debugging%20a%20script%2C%20but%20it%27s%20always%20good%20to%20have%20more%20information.%0D%0A%0D%0AXdebug%20is%20a%20fan%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22Debugging%20PHP%20Applications%20with%20Xdebug%20and%20Eclipse%20PDT%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22OK%2C%20so%20I%20have%20x64%20Eclipse%20successfully%20installed%20and%20running%20with%20all%20the%20plugins%20I%20use%20for%20Web%20Application%20Development.%20But%20what%20about%20debugging%3F%20Sure%2C%20var_dump%28%29%2C%20echo%2C%20print%20and%20so%20on%20are%20all%20valuable%20to%20me%20when%20debugging%20a%20script%2C%20but%20it%27s%20always%20good%20to%20have%20more%20information.%0D%0A%0D%0AXdebug%20is%20a%20fan%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&amp;summary=OK%2C%20so%20I%20have%20x64%20Eclipse%20successfully%20installed%20and%20running%20with%20all%20the%20plugins%20I%20use%20for%20Web%20Application%20Development.%20But%20what%20about%20debugging%3F%20Sure%2C%20var_dump%28%29%2C%20echo%2C%20print%20and%20so%20on%20are%20all%20valuable%20to%20me%20when%20debugging%20a%20script%2C%20but%20it%27s%20always%20good%20to%20have%20more%20information.%0D%0A%0D%0AXdebug%20is%20a%20fan&amp;source=64 Bit Jungle" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;h=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="sexy-devmarks">
			<a href="http://devmarks.com/index.php?posttext=OK%2C%20so%20I%20have%20x64%20Eclipse%20successfully%20installed%20and%20running%20with%20all%20the%20plugins%20I%20use%20for%20Web%20Application%20Development.%20But%20what%20about%20debugging%3F%20Sure%2C%20var_dump%28%29%2C%20echo%2C%20print%20and%20so%20on%20are%20all%20valuable%20to%20me%20when%20debugging%20a%20script%2C%20but%20it%27s%20always%20good%20to%20have%20more%20information.%0D%0A%0D%0AXdebug%20is%20a%20fan&amp;posturl=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;posttitle=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Share this on Devmarks">Share this on Devmarks</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;bm_description=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-izeby">
			<a href="http://izeby.com/submit.php?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&amp;link=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&amp;url=http%3A%2F%2Fwww.64bitjungle.com%2Ftech%2Fdebugging-php-applications-with-xdebug-and-eclipse-pdt%2F&amp;desc=OK%2C%20so%20I%20have%20x64%20Eclipse%20successfully%20installed%20and%20running%20with%20all%20the%20plugins%20I%20use%20for%20Web%20Application%20Development.%20But%20what%20about%20debugging%3F%20Sure%2C%20var_dump%28%29%2C%20echo%2C%20print%20and%20so%20on%20are%20all%20valuable%20to%20me%20when%20debugging%20a%20script%2C%20but%20it%27s%20always%20good%20to%20have%20more%20information.%0D%0A%0D%0AXdebug%20is%20a%20fan&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="sexy-fwisp">
			<a href="http://fwisp.com/submit?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&amp;body=OK%2C%20so%20I%20have%20x64%20Eclipse%20successfully%20installed%20and%20running%20with%20all%20the%20plugins%20I%20use%20for%20Web%20Application%20Development.%20But%20what%20about%20debugging%3F%20Sure%2C%20var_dump%28%29%2C%20echo%2C%20print%20and%20so%20on%20are%20all%20valuable%20to%20me%20when%20debugging%20a%20script%2C%20but%20it%27s%20always%20good%20to%20have%20more%20information.%0D%0A%0D%0AXdebug%20is%20a%20fan" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;lname=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;u_data[name]=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;bmtitle=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;t=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&amp;body=OK%2C%20so%20I%20have%20x64%20Eclipse%20successfully%20installed%20and%20running%20with%20all%20the%20plugins%20I%20use%20for%20Web%20Application%20Development.%20But%20what%20about%20debugging%3F%20Sure%2C%20var_dump%28%29%2C%20echo%2C%20print%20and%20so%20on%20are%20all%20valuable%20to%20me%20when%20debugging%20a%20script%2C%20but%20it%27s%20always%20good%20to%20have%20more%20information.%0D%0A%0D%0AXdebug%20is%20a%20fan" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;T=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&quot;+-+from+http://tinyurl.com/c5xbgm" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/+&quot;Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="sexy-posterous">
			<a href="http://posterous.com/share?linkto=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&amp;selection=OK%2C%20so%20I%20have%20x64%20Eclipse%20successfully%20installed%20and%20running%20with%20all%20the%20plugins%20I%20use%20for%20Web%20Application%20Development.%20But%20what%20about%20debugging%3F%20Sure%2C%20var_dump%28%29%2C%20echo%2C%20print%20and%20so%20on%20are%20all%20valuable%20to%20me%20when%20debugging%20a%20script%2C%20but%20it%27s%20always%20good%20to%20have%20more%20information.%0D%0A%0D%0AXdebug%20is%20a%20fan" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;type=Article&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&amp;body=OK%2C%20so%20I%20have%20x64%20Eclipse%20successfully%20installed%20and%20running%20with%20all%20the%20plugins%20I%20use%20for%20Web%20Application%20Development.%20But%20what%20about%20debugging%3F%20Sure%2C%20var_dump%28%29%2C%20echo%2C%20print%20and%20so%20on%20are%20all%20valuable%20to%20me%20when%20debugging%20a%20script%2C%20but%20it%27s%20always%20good%20to%20have%20more%20information.%0D%0A%0D%0AXdebug%20is%20a%20fan" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&amp;u=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;b=OK%2C%20so%20I%20have%20x64%20Eclipse%20successfully%20installed%20and%20running%20with%20all%20the%20plugins%20I%20use%20for%20Web%20Application%20Development.%20But%20what%20about%20debugging%3F%20Sure%2C%20var_dump%28%29%2C%20echo%2C%20print%20and%20so%20on%20are%20all%20valuable%20to%20me%20when%20debugging%20a%20script%2C%20but%20it%27s%20always%20good%20to%20have%20more%20information.%0D%0A%0D%0AXdebug%20is%20a%20fan" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&amp;desc=OK%2C%20so%20I%20have%20x64%20Eclipse%20successfully%20installed%20and%20running%20with%20all%20the%20plugins%20I%20use%20for%20Web%20Application%20Development.%20But%20what%20about%20debugging%3F%20Sure%2C%20var_dump%28%29%2C%20echo%2C%20print%20and%20so%20on%20are%20all%20valuable%20to%20me%20when%20debugging%20a%20script%2C%20but%20it%27s%20always%20good%20to%20have%20more%20information.%0D%0A%0D%0AXdebug%20is%20a%20fan" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&amp;url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&amp;body=OK%2C%20so%20I%20have%20x64%20Eclipse%20successfully%20installed%20and%20running%20with%20all%20the%20plugins%20I%20use%20for%20Web%20Application%20Development.%20But%20what%20about%20debugging%3F%20Sure%2C%20var_dump%28%29%2C%20echo%2C%20print%20and%20so%20on%20are%20all%20valuable%20to%20me%20when%20debugging%20a%20script%2C%20but%20it%27s%20always%20good%20to%20have%20more%20information.%0D%0A%0D%0AXdebug%20is%20a%20fan" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="sexy-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&amp;text=OK%2C%20so%20I%20have%20x64%20Eclipse%20successfully%20installed%20and%20running%20with%20all%20the%20plugins%20I%20use%20for%20Web%20Application%20Development.%20But%20what%20about%20debugging%3F%20Sure%2C%20var_dump%28%29%2C%20echo%2C%20print%20and%20so%20on%20are%20all%20valuable%20to%20me%20when%20debugging%20a%20script%2C%20but%20it%27s%20always%20good%20to%20have%20more%20information.%0D%0A%0D%0AXdebug%20is%20a%20fan+-+http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="sexy-pusha">
			<a href="http://www.pusha.se/posta?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="sexy-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;n=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-propeller">
			<a href="http://www.propeller.com/submit/?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="sexy-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="sexy-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;Title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;title=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Debugging+PHP+Applications+with+Xdebug+and+Eclipse+PDT&amp;du=http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/&amp;cn=OK%2C%20so%20I%20have%20x64%20Eclipse%20successfully%20installed%20and%20running%20with%20all%20the%20plugins%20I%20use%20for%20Web%20Application%20Development.%20But%20what%20about%20debugging%3F%20Sure%2C%20var_dump%28%29%2C%20echo%2C%20print%20and%20so%20on%20are%20all%20valuable%20to%20me%20when%20debugging%20a%20script%2C%20but%20it%27s%20always%20good%20to%20have%20more%20information.%0D%0A%0D%0AXdebug%20is%20a%20fan" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.64bitjungle.com/tech/debugging-php-applications-with-xdebug-and-eclipse-pdt/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>64 Bit Eclipse: Linux Installation, including PDT, WTP (WST), ATF, and MySQL (SQL Explorer Plugin)</title>
		<link>http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/</link>
		<comments>http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 06:25:19 +0000</pubDate>
		<dc:creator>Hodge</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ATF]]></category>
		<category><![CDATA[Eclipse 64 Bit]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PDT]]></category>
		<category><![CDATA[SQL Explorer Plugin]]></category>
		<category><![CDATA[WST]]></category>
		<category><![CDATA[WTP]]></category>

		<guid isPermaLink="false">http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/</guid>
		<description><![CDATA[Update, 16/01/09: This tutorial has been superseded by &#8220;Full 64 Bit (or 32 Bit) Web Development and PHP/MySQL IDE with Eclipse 3.4 Ganymede and PDT 2&#8221; which covers the latest versions of Eclipse (Ganymede &#8211; 3.4) and PDT (2.x).
NOTE, 04/08/08: This tutorial covers Eclipse Europa. If you would like to install the latest version of [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.64bitjungle.com/wp-content/uploads/2008/02/eclipse_home_header.jpg" alt="Eclipse SDK" align="left" /><strong>Update, 16/01/09:</strong> This tutorial has been superseded by &#8220;<a href="http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/" target="_self">Full 64 Bit (or 32 Bit) Web Development and PHP/MySQL IDE with Eclipse 3.4 Ganymede and PDT 2</a>&#8221; which covers the latest versions of <em><strong>Eclipse (Ganymede &#8211; 3.4) and PDT (2.x)</strong></em>.</p>
<p><strong>NOTE, 04/08/08: </strong>This tutorial covers <strong><em>Eclipse Europa</em></strong>.<strong> </strong>If you would like to install the latest version of Eclipse <strong>3.4 Ganymede</strong>, with PDT and SQL Explorer, take a look at my latest Tutorial: &#8220;<a href="http://www.64bitjungle.com/programming/64-bit-eclipse-34-ganymede-ide-with-pdt-and-sqlexplorer-full-php-mysql-web-application-ide" target="_self">64 Bit Eclipse 3.4 (Ganymede) IDE with PDT and SQL Explorer &#8211; Full PHP/MySQL Web Application IDE</a>&#8220;.</p>
<p>I had tried once before to install the x64 (64 Bit) version of Eclipse IDE, about 8 months ago, but found it to be somewhat buggy and unstable. In the interim, I&#8217;ve been using the <a href="http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/">32 Bit version of Eclipse PDT</a> for my development stuff. Earlier this year (21/02/08) a new version of Eclipse 64 Bit was released, so I gave it a go today. So far, so good!</p>
<p>Unfortunately, there&#8217;s no 64 Bit PDT all-in-one, but I managed to install a 64 Bit equivalent by cobbling together the relevant packages available by using the Eclipse Update Manager system, after initially installing the latest version of Eclipse Classic 3.3.2 64 Bit.</p>
<p>I wanted to keep everything (or as much as possible) 64 Bit, so I also download and installed the 64 Bit JRE, which can be <a href="http://www.java.com/en/download/linux_manual.jsp" target="_blank">downloaded here</a> (or use the <a href="http://javadl.sun.com/webapps/download/AutoDL?BundleId=18707" target="_blank">direct link to the bin file</a>). The method for installing the 64 Bit JRE is the same as the 32 Bit version &#8211; after the file downloaded to my desktop, I opened up a new Terminal Window (Applications -&gt; Accessories -&gt; Terminal), traversed to the directory I wanted to install it into, moved the file, made it executable, and ran it to install:</p>
<p><code>cd /usr/java<br />
sudo mkdir 64<br />
cd 64<br />
sudo mv ~/Desktop/jdk-6u5-linux-x64.bin /usr/java/64/<br />
sudo chmod a+x jdk-6u5-linux-x64.bin<br />
sudo ./jdk-6u5-linux-x64.bin</code></p>
<p>If the &#8220;java&#8221; directory doesn&#8217;t exist, it needs to be created first:</p>
<p><code>sudo mkdir /usr/java</code></p>
<p>listing the directory</p>
<p><code>ls</code></p>
<p>should return</p>
<p><code>jre1.6.0_05</code></p>
<p>which is the directory containing the necessary Java binaries.</p>
<p>As with my previous 32 Bit installation, I wanted Eclipse to be installed in the /opt directory:</p>
<p><code>cd /opt<br />
sudo mv ~/Desktop/eclipse-SDK-3.3.2-linux-gtk-x86_64.tar.gz /opt<br />
sudo tar -zxvf eclipse-SDK-3.3.2-linux-gtk-x86_64.tar.gz</code></p>
<p>then rename the eclipse directory:</p>
<p><code>sudo mv eclipse eclipse64</code></p>
<p>I also needed to get the newly installed Eclipse to run with the newly installed JRE &#8211; by default, the eclipse executable in the directory will try and detect Java and use whatever it finds, so I created a shell script:</p>
<p><code>cd eclipse64<br />
sudo gksu gedit eclipse.sh</code></p>
<p>containing the following:</p>
<p><code>#!/bin/bash<br />
PATH=/usr/java/64/jre1.6.0_05/bin:$PATH<br />
/opt/eclipse64/eclipse</code></p>
<p>Now instead of running the eclipse executable, I run eclipse.sh (make sure it&#8217;s executable)</p>
<p><code>sudo chmod 755 eclipse.sh</code></p>
<p>before running</p>
<p><code>/opt/eclipse64/eclipse.sh</code></p>
<p><strong>PDT and WTP Plugins</strong></p>
<p>The first time I ran the new 64 Bit version, everything went well &#8211; it was fast, and seemed stable, so I went ahead and started installing all the additional plugins I needed (and still need&#8230;). Goto Help -&gt; Software Updates -&gt; Find and Install, and select &#8220;Search for new features to install&#8221;.Click on &#8220;New Remote Site&#8221; for each of the following:</p>
<ul>
<li>Name: PDT, URL: http://download.eclipse.org/tools/pdt/updates/</li>
<li>Name: WTP, URL:  http://download.eclipse.org/webtools/updates/</li>
<li>Name: GEF, URL:  http://www.eclipse.org/gef/updates/</li>
<li>Name: EMF, IRL:  http://www.eclipse.org/modeling/emf/updates/</li>
</ul>
<p style="text-align: center"><img src="http://www.64bitjungle.com/wp-content/uploads/2008/04/eclipse_add_remote_site.png" alt="Eclipse Update Manager Add Remote Site" /></p>
<p>Actually, there are only a couple of components required from the GEF (Graphical Editing Framework) and EMF (Eclipse Modeling Framework) packages to satisfy dependencies &#8211; WTP (Web Tools Platform) requires a package from GEF, and GEF from EMF&#8230;</p>
<p>After adding these, click on Finish &#8211; the Update Manager will then query any mirrors for the latest versions of the plugins. Once it has finished, a dialog appears, where it is possible to select the plugins to download and install. First, I selected PDT &#8211; the Update Manager then informed me that PDT requires files from WTP, so I tried clicking the &#8220;Select Requires&#8221; button, hoping that it would sort out the dependencies on my behalf. Unfortunately, nothing happened&#8230; So, I selected WTP manually, then expanded GEF -&gt; Eclipse SDK R3.3.1 and Selected Graphical Editing Framework 3.3.1v20070814, <em>then</em> expanded EMF -&gt; EMF SDK 2.3.2 and selected Eclipse Modeling Framework (EMF) &#8211; org.eclipse.emf.ecore 2.3.2v200802051830&#8230; I could <strong>then</strong> click &#8220;Select Required&#8221; to get the last few residual required dependencies&#8230; Phew&#8230;</p>
<p style="text-align: center"><img src="http://www.64bitjungle.com/wp-content/uploads/2008/04/eclipse_select_updates.png" alt="Eclipse Update Manager Select Updates" /></p>
<p>Actualy, it still bugged me for dependencies for Java Persistence API contained in WTP, but by that stage I really couldn&#8217;t be arsed going through the process of adding more stuff to the Update Manager and potentially having to search for further dependencies, so I just deselected the three Java Persistence API files contained in WTP.</p>
<p>OK, with the dependencies sorted,  I clicked Next, accepted the agreements, finished, and went to make, and drink a brew (that&#8217;s Tea) while the Update Manager downloaded and installed the requested stuff.</p>
<p><strong>MySQL: SQL Explorer Plugin </strong></p>
<p><img src="http://www.64bitjungle.com/wp-content/uploads/2008/03/sqlexplorer_logo.jpg" border="0" alt="Eclipse SQL Explorer Logo" align="left" />Once everything had downloaded and installed, I restarted Eclipse. Everything looked good! Great, in fact. But I also wanted to install a few more plugins, including the MySQL SQL Explorer Plugin &#8211; which additionally requires, and depends on <a href="http://eclipse.org/datatools" target="_blank">Eclipse DTP</a> (Data Tools Project). Eclipse DTP has to be downloaded and installed manually, since there is no automated Update Site. So, I downloaded <a href="http://www.eclipse.org/downloads/download.php?file=/datatools/downloads/1.5/dtp_1.5.2_022008.zip" target="_blank">dtp_1.5.2_022008.zip</a> to my Desktop, and set about extracting and installing the files:</p>
<p><code>cd ~/Desktop<br />
mkdir DTP<br />
mv dtp_1.5.2_022008.zip DTP<br />
cd DTP<br />
unzip dtp_1.5.2_022008.zip<br />
cd eclipse<br />
sudo cp -R features plugins /opt/eclipse64</code></p>
<p>If Eclipse is open, restart it. With the DTP installed, I could set about installing the SQL Explorer Plugin. The instructions for installing and configuring the SQL Explorer Plugin can be found in my previous article &#8211; <a href="http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/">Eclipse PDT and MySQL &#8211; SQL Explorer Plugin</a>, since I don&#8217;t want to regurgitate information, just follow the link if you need to install it, and come back when it&#8217;s done.</p>
<p><strong>Note:</strong> Actually, now I had the DTP installed, I could download and install the additional Java Persistence API in WTP! Same method: Update Manager, select WTP etcetera, etcetera&#8230;</p>
<p><strong>ATF: AJAX Framework Toolkit </strong></p>
<p><img src="http://www.64bitjungle.com/wp-content/uploads/2008/04/scriptaculous_logo.gif" border="0" alt="Script.aculo.us" align="left" />Once the SQL Explorer Plugin was installed, I had one final plugin &#8211; <a href="http://www.eclipse.org/atf/" target="_blank">ATF (the AJAX Toolkit Framework)</a>. This can be <a href="http://www.eclipse.org/downloads/download.php?file=/webtools/atf/0.2.3M4-v200709141050/atf-incubation-SiteArchive-0.2.3M4-v200709141050.zip" target="_blank">downloaded as a Site Archive</a>, and the zip file added to Eclipse&#8217;s Update Manager. Once downloaded, I opened the Update Manager in Eclipse (Help -&gt; Software Updates -&gt; Find and Install), and clicked on &#8220;New Archived Site&#8221;, to add a new locally archived site, calling it ATF, and pointing it to the freshly downloaded <a href="http://www.eclipse.org/downloads/download.php?file=/webtools/atf/0.2.3M4-v200709141050/atf-incubation-SiteArchive-0.2.3M4-v200709141050.zip" target="_blank">atf-incubation-SiteArchive-0.2.3M4-v200709141050.zip</a> file. I discovered, however, that the site.xml file contained within the zipped site archive is somewhat out of date and the pointers within are directed to the wrong download locations, so I had to manually locate the additional dependent plugins &#8211; Mozilla XULRunner, and Mozilla JS.  They can both be added as New Remote Sites to the Update Manager, by clicking on the &#8220;New Remote Site&#8221; button, and adding the following information:</p>
<ul>
<li>Name: Mozilla JS, URL: http://ftp.mozilla.org/pub/mozilla.org/js/eclipse/</li>
<li>Name: XULRunner, URL: http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.8.1.3/contrib/eclipse/</li>
</ul>
<p>The previously used EMF plugin is also required to satisfy a couple of dependencies, so I selected the ATF, Mozilla JS, XULRunner, and EMF plugins from the list, and clicked Finish. Once the &#8220;updates&#8221; were found, I selected XULRunner, Mozilla JS, ATF (I deselected the ATF -&gt; Mozilla JS component though, since an updated version was to be downloaded and installed from the Mozilla Server), and also selected the required EMF components. Click through Next etc. to download and install. Once completed, I restarted Eclipse.</p>
<p>In the Window -&gt; Preferences menu by the way, AJAX toolkits such as Script.aculo.us can be added to the ATF module.</p>
<p><strong>Et Voila! </strong>I now have a working Eclipse 64 Bit version up and running! Finally!</p>
<p>Oh, if you want a desktop icon, just create a file on your Desktop called Eclipse.desktop,</p>
<p><code>cd ~/Desktop<br />
gedit Eclipse.desktop</code></p>
<p>and add the following:</p>
<p><code>[Desktop Entry]<br />
Categories=;<br />
Encoding=UTF-8<br />
Exec=/opt/eclipse32/eclipse.sh<br />
Hidden=false<br />
Icon=/opt/eclipse64/icon.xpm<br />
Icon[en_US]=/opt/eclipse64/icon.xpm<br />
Name=Eclipse<br />
Name[en_US]=Eclipse<br />
Terminal=false<br />
Type=Application<br />
Version=1.0</code></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="64 Bit Eclipse: Linux Installation, including PDT, WTP (WST), ATF, and MySQL (SQL Explorer Plugin)" url="http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/"></script>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;Title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29&amp;desc=Update%2C%2016%2F01%2F09%3A%20This%20tutorial%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%20which%20covers%20the%20latest%20versions%20of%20Eclipse%20%28Ganymede%20-%203.4%29%20and%20PDT%20%282.x%29.%0D%0A%0D%0ANOTE%2C%2004%2F08%2F08%3A%20This%20tutorial%20covers%20Eclipse%20Europa.%20If%20you%20would%20like" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;submitHeadline=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29&amp;submitSummary=Update%2C%2016%2F01%2F09%3A%20This%20tutorial%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%20which%20covers%20the%20latest%20versions%20of%20Eclipse%20%28Ganymede%20-%203.4%29%20and%20PDT%20%282.x%29.%0D%0A%0D%0ANOTE%2C%2004%2F08%2F08%3A%20This%20tutorial%20covers%20Eclipse%20Europa.%20If%20you%20would%20like&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;t=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;t=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQ%5B..%5D+-+http://tinyurl.com/5fhnes+(via+@64bitjungle)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%2264%20Bit%20Eclipse%3A%20Linux%20Installation%2C%20including%20PDT%2C%20WTP%20%28WST%29%2C%20ATF%2C%20and%20MySQL%20%28SQL%20Explorer%20Plugin%29%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Update%2C%2016%2F01%2F09%3A%20This%20tutorial%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%20which%20covers%20the%20latest%20versions%20of%20Eclipse%20%28Ganymede%20-%203.4%29%20and%20PDT%20%282.x%29.%0D%0A%0D%0ANOTE%2C%2004%2F08%2F08%3A%20This%20tutorial%20covers%20Eclipse%20Europa.%20If%20you%20would%20like%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%2264%20Bit%20Eclipse%3A%20Linux%20Installation%2C%20including%20PDT%2C%20WTP%20%28WST%29%2C%20ATF%2C%20and%20MySQL%20%28SQL%20Explorer%20Plugin%29%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22Update%2C%2016%2F01%2F09%3A%20This%20tutorial%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%20which%20covers%20the%20latest%20versions%20of%20Eclipse%20%28Ganymede%20-%203.4%29%20and%20PDT%20%282.x%29.%0D%0A%0D%0ANOTE%2C%2004%2F08%2F08%3A%20This%20tutorial%20covers%20Eclipse%20Europa.%20If%20you%20would%20like%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29&amp;summary=Update%2C%2016%2F01%2F09%3A%20This%20tutorial%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%20which%20covers%20the%20latest%20versions%20of%20Eclipse%20%28Ganymede%20-%203.4%29%20and%20PDT%20%282.x%29.%0D%0A%0D%0ANOTE%2C%2004%2F08%2F08%3A%20This%20tutorial%20covers%20Eclipse%20Europa.%20If%20you%20would%20like&amp;source=64 Bit Jungle" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;h=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="sexy-devmarks">
			<a href="http://devmarks.com/index.php?posttext=Update%2C%2016%2F01%2F09%3A%20This%20tutorial%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%20which%20covers%20the%20latest%20versions%20of%20Eclipse%20%28Ganymede%20-%203.4%29%20and%20PDT%20%282.x%29.%0D%0A%0D%0ANOTE%2C%2004%2F08%2F08%3A%20This%20tutorial%20covers%20Eclipse%20Europa.%20If%20you%20would%20like&amp;posturl=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;posttitle=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Share this on Devmarks">Share this on Devmarks</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;bm_description=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-izeby">
			<a href="http://izeby.com/submit.php?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29&amp;link=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29&amp;url=http%3A%2F%2Fwww.64bitjungle.com%2Ftech%2F64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin%2F&amp;desc=Update%2C%2016%2F01%2F09%3A%20This%20tutorial%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%20which%20covers%20the%20latest%20versions%20of%20Eclipse%20%28Ganymede%20-%203.4%29%20and%20PDT%20%282.x%29.%0D%0A%0D%0ANOTE%2C%2004%2F08%2F08%3A%20This%20tutorial%20covers%20Eclipse%20Europa.%20If%20you%20would%20like&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="sexy-fwisp">
			<a href="http://fwisp.com/submit?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29&amp;body=Update%2C%2016%2F01%2F09%3A%20This%20tutorial%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%20which%20covers%20the%20latest%20versions%20of%20Eclipse%20%28Ganymede%20-%203.4%29%20and%20PDT%20%282.x%29.%0D%0A%0D%0ANOTE%2C%2004%2F08%2F08%3A%20This%20tutorial%20covers%20Eclipse%20Europa.%20If%20you%20would%20like" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;lname=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;u_data[name]=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;bmtitle=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;t=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29&amp;body=Update%2C%2016%2F01%2F09%3A%20This%20tutorial%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%20which%20covers%20the%20latest%20versions%20of%20Eclipse%20%28Ganymede%20-%203.4%29%20and%20PDT%20%282.x%29.%0D%0A%0D%0ANOTE%2C%2004%2F08%2F08%3A%20This%20tutorial%20covers%20Eclipse%20Europa.%20If%20you%20would%20like" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;T=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQ%5B..%5D&quot;+-+from+http://tinyurl.com/5fhnes" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/+&quot;64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="sexy-posterous">
			<a href="http://posterous.com/share?linkto=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29&amp;selection=Update%2C%2016%2F01%2F09%3A%20This%20tutorial%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%20which%20covers%20the%20latest%20versions%20of%20Eclipse%20%28Ganymede%20-%203.4%29%20and%20PDT%20%282.x%29.%0D%0A%0D%0ANOTE%2C%2004%2F08%2F08%3A%20This%20tutorial%20covers%20Eclipse%20Europa.%20If%20you%20would%20like" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;type=Article&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29&amp;body=Update%2C%2016%2F01%2F09%3A%20This%20tutorial%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%20which%20covers%20the%20latest%20versions%20of%20Eclipse%20%28Ganymede%20-%203.4%29%20and%20PDT%20%282.x%29.%0D%0A%0D%0ANOTE%2C%2004%2F08%2F08%3A%20This%20tutorial%20covers%20Eclipse%20Europa.%20If%20you%20would%20like" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29&amp;u=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;b=Update%2C%2016%2F01%2F09%3A%20This%20tutorial%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%20which%20covers%20the%20latest%20versions%20of%20Eclipse%20%28Ganymede%20-%203.4%29%20and%20PDT%20%282.x%29.%0D%0A%0D%0ANOTE%2C%2004%2F08%2F08%3A%20This%20tutorial%20covers%20Eclipse%20Europa.%20If%20you%20would%20like" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29&amp;desc=Update%2C%2016%2F01%2F09%3A%20This%20tutorial%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%20which%20covers%20the%20latest%20versions%20of%20Eclipse%20%28Ganymede%20-%203.4%29%20and%20PDT%20%282.x%29.%0D%0A%0D%0ANOTE%2C%2004%2F08%2F08%3A%20This%20tutorial%20covers%20Eclipse%20Europa.%20If%20you%20would%20like" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29&amp;url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29&amp;body=Update%2C%2016%2F01%2F09%3A%20This%20tutorial%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%20which%20covers%20the%20latest%20versions%20of%20Eclipse%20%28Ganymede%20-%203.4%29%20and%20PDT%20%282.x%29.%0D%0A%0D%0ANOTE%2C%2004%2F08%2F08%3A%20This%20tutorial%20covers%20Eclipse%20Europa.%20If%20you%20would%20like" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="sexy-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29&amp;text=Update%2C%2016%2F01%2F09%3A%20This%20tutorial%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%20which%20covers%20the%20latest%20versions%20of%20Eclipse%20%28Ganymede%20-%203.4%29%20and%20PDT%20%282.x%29.%0D%0A%0D%0ANOTE%2C%2004%2F08%2F08%3A%20This%20tutorial%20covers%20Eclipse%20Europa.%20If%20you%20would%20like+-+http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="sexy-pusha">
			<a href="http://www.pusha.se/posta?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="sexy-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;n=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-propeller">
			<a href="http://www.propeller.com/submit/?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="sexy-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="sexy-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;Title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;title=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=64+Bit+Eclipse%3A+Linux+Installation%2C+including+PDT%2C+WTP+%28WST%29%2C+ATF%2C+and+MySQL+%28SQL+Explorer+Plugin%29&amp;du=http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/&amp;cn=Update%2C%2016%2F01%2F09%3A%20This%20tutorial%20has%20been%20superseded%20by%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22%20which%20covers%20the%20latest%20versions%20of%20Eclipse%20%28Ganymede%20-%203.4%29%20and%20PDT%20%282.x%29.%0D%0A%0D%0ANOTE%2C%2004%2F08%2F08%3A%20This%20tutorial%20covers%20Eclipse%20Europa.%20If%20you%20would%20like" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Eclipse PDT and MySQL &#8211; SQL Explorer Plugin</title>
		<link>http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/</link>
		<comments>http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 05:41:10 +0000</pubDate>
		<dc:creator>Hodge</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PDT]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[SQL Explorer]]></category>

		<guid isPermaLink="false">http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/</guid>
		<description><![CDATA[I&#8217;ve been using Eclipse PDT for some time now, and since PHP programming invariably involves connecting to a database at some point or another, I wanted to be able to access my MySQL databases from within the Eclipse IDE &#8211; even if only to quickly debug SQL statements. I generally use a combination of a [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://eclipsesql.sourceforge.net" target="_blank"><img src="http://www.64bitjungle.com/wp-content/uploads/2008/03/sqlexplorer_logo.jpg" border="0" alt="Eclipse SQL Explorer Logo" align="left" /></a>I&#8217;ve been using Eclipse PDT for some time now, and since PHP programming invariably involves connecting to a database at some point or another, I wanted to be able to access my MySQL databases from within the Eclipse IDE &#8211; even if only to quickly debug SQL statements. I generally use a combination of a locally installed phpMyAdmin, MySQL Administrator, MySQL Query Browser, and now the <a href="http://eclipsesql.sourceforge.net/" target="_blank">Eclipse </a><a href="http://eclipsesql.sourceforge.net/" target="_blank">SQL Explorer Plugin</a>, which give me all the functionality I need for Web Application development.</p>
<p>phpMyAdmin, MySQL Administrator and MySQL Query Browser can be installed as follows, by the way:</p>
<p><code>sudo apt-get install phpmyadmin mysql-admin mysql-query-browser</code></p>
<p>Installing Eclipse SQL Explorer was pretty straight forward &#8211; I simply <a href="http://sourceforge.net/project/showfiles.php?group_id=132863" target="_blank">downloaded</a> the archive package from Sourceforge, saved it to a directory in on my desktop (there is also a <a href="http://sourceforge.net/project/showfiles.php?group_id=132863">standalone</a> client available, so be sure to download &#8220;Eclipse SQL Explorer [RCP/Plugin]&#8221; if you&#8217;re setting it up as an Eclipse plugin &#8211; here&#8217;s a <a href="http://nchc.dl.sourceforge.net/sourceforge/eclipsesql/sqlexplorer_plugin-3.5.0.RC5.zip">direct link to the latest plugin file</a>), and extracted the files:</p>
<p><code>cd ~/Desktop/sqlexplorer<br />
unzip sqlexplorer_plugin-3.5.0.RC5.zip<br />
</code></p>
<p>This created two directories (features and plugins) along with two text files. To install the plugin, I just copied the two directories to my Eclipse root installation directory (see my previous post &#8220;<a href="http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/">Eclipse PDT IDE for PHP MySQL 32 Bit install on 64 Bit Ubuntu</a>&#8220;), which is <span style="font-size: 120%; font-family: monospace;">/opt/eclipse32</span></p>
<p><code>cp -R features plugins /opt/eclipse32/</code></p>
<p>Notice there was no need to use the <span style="font-size: 120%; font-family: monospace;">sudo</span> command before copying, since my user owns the eclipse32 folder.</p>
<p><strong>Configuring SQL Explorer</strong><a name="configsqlexplorer"></a></p>
<p>Once installed, I also had to do some additional setup before I could configure SQL Explorer to connect to my local MySQL databases via Eclipse &#8211; namely, download and install the Java Connector for MySQL (<a href="http://dev.mysql.com/downloads/connector/j/5.1.html" target="_blank">MySQL JDBC Driver</a>), to enable JDBC connections. The latest driver (5.1 at the time of writing) tar.gz file can be downloaded from the MySQL site <a href="http://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.6.tar.gz/from/pick#mirrors" target="_blank">here</a>.</p>
<p>Once downloaded, I just extracted the files, and entered the new directory:</p>
<p><code>cd ~/Desktop/mysqljdbc<br />
tar -zxvf mysql-connector-java-5.1.6.tar.gz<br />
cd mysql-connector-java-5.1.6</code></p>
<p>The important file here (along with the documentation, of course) is the <span style="font-size: 120%; font-family: monospace;">mysql-connector-java-5.1.6-bin.jar</span> file, which is the driver itself. I guess this could be placed anywhere, since we just need to point the SQL Explorer plugin to it when setting it up in Eclipse, but for convenience and tidiness, I moved it to the <span style="font-size: 120%; font-family: monospace;">/usr/share/mysql</span> directory:</p>
<p><code>sudo cp mysql-connector-java-5.1.6-bin.jar /usr/share/mysql</code></p>
<p>With the JDBC driver installed, I could set up the Eclipse SQL Explorer plugin. In Eclipse, I went to Window-&gt;Preferences and expanded the new SQL Explorer section, highlighting &#8220;JDBC Drivers&#8221;, then double clicking on &#8220;MySQL Driver&#8221; to open the MySQL setup dialog:</p>
<p style="text-align: center"><img src="http://www.64bitjungle.com/wp-content/uploads/2008/03/sqlexplorersetup1.png" alt="Eclipse SQL Explorer Setup" /></p>
<p>In the MySQL Driver setup, I had to point the plugin to the MySQL JDBC Driver, by clicking on the &#8220;Extra Class Path&#8221; tab, and then clicking &#8220;Add&#8221; to point it to <span style="font-size: 120%; font-family: monospace;">/usr/share/mysql/mysql-connector-java-5.1.6-bin.jar</span>. Once added, clicking on &#8220;List Drivers&#8221; will bring up the list of available drivers in the &#8220;Driver Class Name&#8221; pull down menu. Only one is listed, and it just so happens to be the one we need &#8211; <span style="font-size: 120%; font-family: monospace;">com.mysql.jdbc.Driver</span>:</p>
<p style="text-align: center"><img src="http://www.64bitjungle.com/wp-content/uploads/2008/03/sqlexplorersetup2.png" alt="Eclipse SQL Explorer Setup" /></p>
<p>Click OK, and the driver is set up! I also clicked the &#8220;Set Default&#8221; button, since MySQL is currently the only database I connect to. With the Driver set up, I could then set up a connection to my database system. If the &#8220;Connections&#8221; view is not already available, it has to be selected via the Window-&gt;Show View-&gt;Other menu, and clicking on the &#8220;Connections&#8221; view within the &#8220;SQL Explorer&#8221; folder in this dialog.</p>
<p>With the Connections View available, I could set up the new connection profile, by right clicking in the  view and selecting &#8220;New Connection Profile&#8221;, which opens up a new dialog, in which the new connection data is input:</p>
<p style="text-align: center"><img src="http://www.64bitjungle.com/wp-content/uploads/2008/03/sqlexplorersetup4.png" alt="Eclipse SQL Explorer Setup" /></p>
<p>It was a pretty simple process to create the connection &#8211; I just needed to replace the relevant parameters in the JDBC connections string with my connection details, so</p>
<p><code>jdbc:mysql://&lt;hostname&gt;[&lt;:3306:&gt;]/&lt;dbname&gt;</code></p>
<p>became</p>
<p><code>jdbc:mysql://localhost:3306/mydatabase</code></p>
<p>Entered the DB username and password, gave the connection a name, selected the newly created MySQL Driver, and clicked OK to save the connection. Double clicking the connection name in the Connections View connects to the DB and brings up an SQL window form which Queries may be run. By default, the results are displayed in a small view at the bottom of the main Eclipse IDE window &#8211; although, this can be dragged and placed anywhere. There are also several other views available via the Window-&gt;Show View-&gt;Other menu within the SQL Explorer section to peruse.</p>
<p>The Eclipse <a href="http://eclipsesql.sourceforge.net/" target="_blank">SQL Explorer homepage</a> has extensive documentation available, including a cool section on <a href="http://eclipsesql.sourceforge.net/extending.php" target="_blank">extending</a> the plugin. Maybe I should learn Java too?</p>
<p>That&#8217;s all Folks.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="Eclipse PDT and MySQL - SQL Explorer Plugin" url="http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/"></script>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;Title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&amp;desc=I%27ve%20been%20using%20Eclipse%20PDT%20for%20some%20time%20now%2C%20and%20since%20PHP%20programming%20invariably%20involves%20connecting%20to%20a%20database%20at%20some%20point%20or%20another%2C%20I%20wanted%20to%20be%20able%20to%20access%20my%20MySQL%20databases%20from%20within%20the%20Eclipse%20IDE%20-%20even%20if%20only%20to%20quickly%20debug%20SQL%20statements.%20I%20generally%20use%20a%20combination%20o" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;submitHeadline=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&amp;submitSummary=I%27ve%20been%20using%20Eclipse%20PDT%20for%20some%20time%20now%2C%20and%20since%20PHP%20programming%20invariably%20involves%20connecting%20to%20a%20database%20at%20some%20point%20or%20another%2C%20I%20wanted%20to%20be%20able%20to%20access%20my%20MySQL%20databases%20from%20within%20the%20Eclipse%20IDE%20-%20even%20if%20only%20to%20quickly%20debug%20SQL%20statements.%20I%20generally%20use%20a%20combination%20o&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;t=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;t=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin+-+http://tinyurl.com/djfvso+(via+@64bitjungle)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Eclipse%20PDT%20and%20MySQL%20-%20SQL%20Explorer%20Plugin%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22I%27ve%20been%20using%20Eclipse%20PDT%20for%20some%20time%20now%2C%20and%20since%20PHP%20programming%20invariably%20involves%20connecting%20to%20a%20database%20at%20some%20point%20or%20another%2C%20I%20wanted%20to%20be%20able%20to%20access%20my%20MySQL%20databases%20from%20within%20the%20Eclipse%20IDE%20-%20even%20if%20only%20to%20quickly%20debug%20SQL%20statements.%20I%20generally%20use%20a%20combination%20o%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22Eclipse%20PDT%20and%20MySQL%20-%20SQL%20Explorer%20Plugin%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22I%27ve%20been%20using%20Eclipse%20PDT%20for%20some%20time%20now%2C%20and%20since%20PHP%20programming%20invariably%20involves%20connecting%20to%20a%20database%20at%20some%20point%20or%20another%2C%20I%20wanted%20to%20be%20able%20to%20access%20my%20MySQL%20databases%20from%20within%20the%20Eclipse%20IDE%20-%20even%20if%20only%20to%20quickly%20debug%20SQL%20statements.%20I%20generally%20use%20a%20combination%20o%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&amp;summary=I%27ve%20been%20using%20Eclipse%20PDT%20for%20some%20time%20now%2C%20and%20since%20PHP%20programming%20invariably%20involves%20connecting%20to%20a%20database%20at%20some%20point%20or%20another%2C%20I%20wanted%20to%20be%20able%20to%20access%20my%20MySQL%20databases%20from%20within%20the%20Eclipse%20IDE%20-%20even%20if%20only%20to%20quickly%20debug%20SQL%20statements.%20I%20generally%20use%20a%20combination%20o&amp;source=64 Bit Jungle" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;h=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="sexy-devmarks">
			<a href="http://devmarks.com/index.php?posttext=I%27ve%20been%20using%20Eclipse%20PDT%20for%20some%20time%20now%2C%20and%20since%20PHP%20programming%20invariably%20involves%20connecting%20to%20a%20database%20at%20some%20point%20or%20another%2C%20I%20wanted%20to%20be%20able%20to%20access%20my%20MySQL%20databases%20from%20within%20the%20Eclipse%20IDE%20-%20even%20if%20only%20to%20quickly%20debug%20SQL%20statements.%20I%20generally%20use%20a%20combination%20o&amp;posturl=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;posttitle=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Share this on Devmarks">Share this on Devmarks</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;bm_description=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-izeby">
			<a href="http://izeby.com/submit.php?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&amp;link=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&amp;url=http%3A%2F%2Fwww.64bitjungle.com%2Ftech%2Feclipse-pdt-and-mysql-sql-explorer-plugin%2F&amp;desc=I%27ve%20been%20using%20Eclipse%20PDT%20for%20some%20time%20now%2C%20and%20since%20PHP%20programming%20invariably%20involves%20connecting%20to%20a%20database%20at%20some%20point%20or%20another%2C%20I%20wanted%20to%20be%20able%20to%20access%20my%20MySQL%20databases%20from%20within%20the%20Eclipse%20IDE%20-%20even%20if%20only%20to%20quickly%20debug%20SQL%20statements.%20I%20generally%20use%20a%20combination%20o&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="sexy-fwisp">
			<a href="http://fwisp.com/submit?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&amp;body=I%27ve%20been%20using%20Eclipse%20PDT%20for%20some%20time%20now%2C%20and%20since%20PHP%20programming%20invariably%20involves%20connecting%20to%20a%20database%20at%20some%20point%20or%20another%2C%20I%20wanted%20to%20be%20able%20to%20access%20my%20MySQL%20databases%20from%20within%20the%20Eclipse%20IDE%20-%20even%20if%20only%20to%20quickly%20debug%20SQL%20statements.%20I%20generally%20use%20a%20combination%20o" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;lname=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;u_data[name]=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;bmtitle=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;t=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&amp;body=I%27ve%20been%20using%20Eclipse%20PDT%20for%20some%20time%20now%2C%20and%20since%20PHP%20programming%20invariably%20involves%20connecting%20to%20a%20database%20at%20some%20point%20or%20another%2C%20I%20wanted%20to%20be%20able%20to%20access%20my%20MySQL%20databases%20from%20within%20the%20Eclipse%20IDE%20-%20even%20if%20only%20to%20quickly%20debug%20SQL%20statements.%20I%20generally%20use%20a%20combination%20o" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;T=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&quot;+-+from+http://tinyurl.com/djfvso" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/+&quot;Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="sexy-posterous">
			<a href="http://posterous.com/share?linkto=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&amp;selection=I%27ve%20been%20using%20Eclipse%20PDT%20for%20some%20time%20now%2C%20and%20since%20PHP%20programming%20invariably%20involves%20connecting%20to%20a%20database%20at%20some%20point%20or%20another%2C%20I%20wanted%20to%20be%20able%20to%20access%20my%20MySQL%20databases%20from%20within%20the%20Eclipse%20IDE%20-%20even%20if%20only%20to%20quickly%20debug%20SQL%20statements.%20I%20generally%20use%20a%20combination%20o" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;type=Article&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&amp;body=I%27ve%20been%20using%20Eclipse%20PDT%20for%20some%20time%20now%2C%20and%20since%20PHP%20programming%20invariably%20involves%20connecting%20to%20a%20database%20at%20some%20point%20or%20another%2C%20I%20wanted%20to%20be%20able%20to%20access%20my%20MySQL%20databases%20from%20within%20the%20Eclipse%20IDE%20-%20even%20if%20only%20to%20quickly%20debug%20SQL%20statements.%20I%20generally%20use%20a%20combination%20o" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&amp;u=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;b=I%27ve%20been%20using%20Eclipse%20PDT%20for%20some%20time%20now%2C%20and%20since%20PHP%20programming%20invariably%20involves%20connecting%20to%20a%20database%20at%20some%20point%20or%20another%2C%20I%20wanted%20to%20be%20able%20to%20access%20my%20MySQL%20databases%20from%20within%20the%20Eclipse%20IDE%20-%20even%20if%20only%20to%20quickly%20debug%20SQL%20statements.%20I%20generally%20use%20a%20combination%20o" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&amp;desc=I%27ve%20been%20using%20Eclipse%20PDT%20for%20some%20time%20now%2C%20and%20since%20PHP%20programming%20invariably%20involves%20connecting%20to%20a%20database%20at%20some%20point%20or%20another%2C%20I%20wanted%20to%20be%20able%20to%20access%20my%20MySQL%20databases%20from%20within%20the%20Eclipse%20IDE%20-%20even%20if%20only%20to%20quickly%20debug%20SQL%20statements.%20I%20generally%20use%20a%20combination%20o" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&amp;url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&amp;body=I%27ve%20been%20using%20Eclipse%20PDT%20for%20some%20time%20now%2C%20and%20since%20PHP%20programming%20invariably%20involves%20connecting%20to%20a%20database%20at%20some%20point%20or%20another%2C%20I%20wanted%20to%20be%20able%20to%20access%20my%20MySQL%20databases%20from%20within%20the%20Eclipse%20IDE%20-%20even%20if%20only%20to%20quickly%20debug%20SQL%20statements.%20I%20generally%20use%20a%20combination%20o" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="sexy-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&amp;text=I%27ve%20been%20using%20Eclipse%20PDT%20for%20some%20time%20now%2C%20and%20since%20PHP%20programming%20invariably%20involves%20connecting%20to%20a%20database%20at%20some%20point%20or%20another%2C%20I%20wanted%20to%20be%20able%20to%20access%20my%20MySQL%20databases%20from%20within%20the%20Eclipse%20IDE%20-%20even%20if%20only%20to%20quickly%20debug%20SQL%20statements.%20I%20generally%20use%20a%20combination%20o+-+http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="sexy-pusha">
			<a href="http://www.pusha.se/posta?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="sexy-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;n=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-propeller">
			<a href="http://www.propeller.com/submit/?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="sexy-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="sexy-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;Title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;title=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Eclipse+PDT+and+MySQL+-+SQL+Explorer+Plugin&amp;du=http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/&amp;cn=I%27ve%20been%20using%20Eclipse%20PDT%20for%20some%20time%20now%2C%20and%20since%20PHP%20programming%20invariably%20involves%20connecting%20to%20a%20database%20at%20some%20point%20or%20another%2C%20I%20wanted%20to%20be%20able%20to%20access%20my%20MySQL%20databases%20from%20within%20the%20Eclipse%20IDE%20-%20even%20if%20only%20to%20quickly%20debug%20SQL%20statements.%20I%20generally%20use%20a%20combination%20o" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Eclipse PDT IDE for PHP MySQL 32 Bit install on 64 Bit Ubuntu</title>
		<link>http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/</link>
		<comments>http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 11:51:59 +0000</pubDate>
		<dc:creator>Hodge</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[Eclipse PDT]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/</guid>
		<description><![CDATA[Please Note: This article is now deprecated in favour of &#8220;Full 64 Bit (or 32 Bit) Web Development and PHP/MySQL IDE with Eclipse 3.4 Ganymede and PDT 2&#8243;. Thanks!
Update 12/04/08: I have now successfully installed the x64 version of Eclipse &#8211; see 64 Bit Eclipse: Linux Installation, including PDT, WTP (WST), ATF, and MySQL (SQL [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.eclipse.org" target="_blank"><img src="http://www.64bitjungle.com/wp-content/uploads/2008/02/eclipse_home_header.thumbnail.jpg" border="0" alt="Eclipse SDK" align="left" /></a><strong>Please Note:</strong> This article is now deprecated in favour of <a href="http://www.64bitjungle.com/ubuntu/full-64-bit-or-32-bit-web-development-and-php-mysql-ide-with-eclipse-34-ganymede-and-pdt-2/">&#8220;Full 64 Bit (or 32 Bit) Web Development and PHP/MySQL IDE with Eclipse 3.4 Ganymede and PDT 2&#8243;</a>. Thanks!</p>
<p><strong>Update 12/04/08:</strong> I have now successfully installed the x64 version of Eclipse &#8211; see <a href="http://www.64bitjungle.com/tech/64-bit-eclipse-linux-installation-including-pdt-wtp-wst-atf-and-mysql-sql-explorer-plugin/">64 Bit Eclipse: Linux Installation, including PDT, WTP (WST), ATF, and MySQL (SQL Explorer Plugin)</a> for a step by step guide, or continue reading this article if you want to install the 32 bit version.</p>
<p><strong>32 Bit installation </strong></p>
<p>I went through several different methods of installing the Eclipse IDE on my Ubuntu system. I tried the obvious first &#8211; installing via the Synaptic Package Manager, but found it a bit of a pain to install any plugin packages I downloaded (I also use WST and SqlExplorer in addition to PDT). So, I uninstalled, then tried the 64 Bit version of the SDK (which at the time was pretty buggy, and unstable), in the hope that I&#8217;d be able to plug in a 64 Bit version of the PDT, which I soon found doesn&#8217;t exist yet! So, I finally settled for installing the 32 Bit version of Eclipse PDT, which enabled me to install the plugins too.</p>
<p>In order to install and run this successfully, I first downloaded the 32 Bit Java Runtime Environment installer &#8220;Linux (self-extracting file)&#8221; from <a href="http://www.java.com/en/download/linux_manual.jsp" target="_blank">http://www.java.com/en/download/linux_manual.jsp</a> (or <a href="http://javadl.sun.com/webapps/download/AutoDL?BundleId=12791" target="_blank">direct link</a> to the file), and saved the jre-6u3-linux-i586.bin to my desktop.</p>
<p>Once the file downloaded,  I opened up a Terminal (Applications -&gt; Accessories -&gt; Terminal), and typed</p>
<p><code>cd /usr/java</code></p>
<p>(if the java directory doesn&#8217;t exist,  it need to be created:</p>
<p><code>sudo mkdir /usr/java<br />
cd /usr/java</code></p>
<p>I also wanted a 64 bit version of the JRE installing, so within the /usr/java directory, created two more sub directories:</p>
<p><code>sudo mkdir 32<br />
sudo mkdir 64</code></p>
<p>then copied the newly downloaded JRE installation file from the desktop to the /usr/java/32 directory, and made the file executable:</p>
<p><code>cd 32<br />
sudo mv ~/Desktop/jre-6u3-linux-i586.bin /usr/java/32/jre-6u3-linux-i586.bin<br />
sudo chmod a+x jre-6u3-linux-i586.bin</code></p>
<p>then execute the binary:</p>
<p><code>sudo ./jre-6u3-linux-i586.bin</code></p>
<p>Accept the terms, and so on and so forth&#8230; When it says &#8220;Done&#8221;, it&#8217;s, well, done!</p>
<p><code>ls</code></p>
<p>should return:</p>
<p><code>jre1.6.0_03</code></p>
<p><strong>Note:</strong> If you download a newer version of JRE, then you&#8217;ll need to change the above commands containing &#8220;jre-6u3-linux-i586.bin&#8221; to &#8220;jre-6u&lt;version&gt;-linux-i586.bin&#8221; where &lt;version&gt; is 3, 4, 5 etc.!</p>
<p>Now for Eclipse. I downloaded the latest version from <a href="http://download.eclipse.org/tools/pdt/downloads/" target="_blank">http://download.eclipse.org/tools/pdt/downloads/</a> (the current stable version is R20080103) &#8211; I click on the link for the latest release, and downloaded the <a href="http://www.eclipse.org/downloads/download.php?file=/tools/pdt/downloads/drops/R20080103/all-in-one/pdt-all-in-one-R20080103-linux-gtk.tar.gz" target="_blank">pdt-all-in-one-R20080103-linux-gtk.tar.gz</a> file to the desktop. Once it finished, I went back to the terminal, and entered the /opt directory, moved the Eclipse package to the /opt directory, and extracted the new files:</p>
<p><code>cd /opt<br />
sudo mv ~/Desktop/pdt-all-in-one-R20080103-linux-gtk.tar.gz /opt<br />
sudo tar -zxvf pdt-all-in-one-R20080103-linux-gtk.tar.gz</code></p>
<p>This extracts the Eclipse IDE into a directory called, oddly enough, &#8220;eclipse&#8221;. However, I&#8217;m experimenting with the 64 bit version too, so I changed the directory name to eclipse32:</p>
<p><code>sudo mv eclipse eclipse32</code></p>
<p>As it was, Eclipse wouldn&#8217;t run, since it doesn&#8217;t know where to find the JRE I&#8217;d just installed, so, I had to create a small shell script in order for it to run correctly:</p>
<p><code>cd eclipse32<br />
gksu gedit eclipse.sh</code></p>
<p>This opened up a text editor, with a blank file called &#8220;eclipse.sh&#8221;. The shell script is:</p>
<p><code> #!/bin/bash<br />
PATH=/usr/java/32/jre1.6.0_03/bin:$PATH<br />
/opt/eclipse32/eclipse</code></p>
<p>PATH=/usr/java/32/jre1.6.0_03/bin:$PATH should point to the bin directory of the previously installed.</p>
<p>The script also needed to be executable:</p>
<p><code>sudo chmod 755 eclipse.sh</code></p>
<p>and I also changed the ownership of all the files and directories to my username:</p>
<p><code>sudo chown -R username:group *</code></p>
<p>That was pretty much it &#8211; I could run Eclipse by opening a Terminal window and running</p>
<p><code>cd /opt/eclipse32<br />
./eclipse.sh</code></p>
<p>which got a little tiresome after the first time, so I created a menu item (System -&gt; Preferences -&gt; Main Menu) which pointed to /opt/eclipse32/eclipse.sh, and even included the png Eclipse logo for the icon <img src='http://www.64bitjungle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Any plugins can be downloaded, and extracted into the relevant directories &#8211; or, installed by the Eclipse Update Manager.</p>
<p>I&#8217;ve recently written a post on &#8220;<a href="http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-sql-explorer-plugin/">Eclipse PDT and MySQL &#8211; SQL Explorer Plugin</a>&#8220;, for anyone who needs to set up MySQL connections in Eclipse.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="Eclipse PDT IDE for PHP MySQL 32 Bit install on 64 Bit Ubuntu" url="http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/"></script>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;Title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&amp;desc=Please%20Note%3A%20This%20article%20is%20now%20deprecated%20in%20favour%20of%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22.%20Thanks%21%0D%0A%0D%0AUpdate%2012%2F04%2F08%3A%20I%20have%20now%20successfully%20installed%20the%20x64%20version%20of%20Eclipse%20-%20see%2064%20Bit%20Eclipse%3A%20Linux%20Installation%2C%20including%20PDT%2C%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;submitHeadline=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&amp;submitSummary=Please%20Note%3A%20This%20article%20is%20now%20deprecated%20in%20favour%20of%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22.%20Thanks%21%0D%0A%0D%0AUpdate%2012%2F04%2F08%3A%20I%20have%20now%20successfully%20installed%20the%20x64%20version%20of%20Eclipse%20-%20see%2064%20Bit%20Eclipse%3A%20Linux%20Installation%2C%20including%20PDT%2C%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;t=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;t=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu+-+http://tinyurl.com/c8k7g3+(via+@64bitjungle)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Eclipse%20PDT%20IDE%20for%20PHP%20MySQL%2032%20Bit%20install%20on%2064%20Bit%20Ubuntu%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Please%20Note%3A%20This%20article%20is%20now%20deprecated%20in%20favour%20of%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22.%20Thanks%21%0D%0A%0D%0AUpdate%2012%2F04%2F08%3A%20I%20have%20now%20successfully%20installed%20the%20x64%20version%20of%20Eclipse%20-%20see%2064%20Bit%20Eclipse%3A%20Linux%20Installation%2C%20including%20PDT%2C%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22Eclipse%20PDT%20IDE%20for%20PHP%20MySQL%2032%20Bit%20install%20on%2064%20Bit%20Ubuntu%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22Please%20Note%3A%20This%20article%20is%20now%20deprecated%20in%20favour%20of%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22.%20Thanks%21%0D%0A%0D%0AUpdate%2012%2F04%2F08%3A%20I%20have%20now%20successfully%20installed%20the%20x64%20version%20of%20Eclipse%20-%20see%2064%20Bit%20Eclipse%3A%20Linux%20Installation%2C%20including%20PDT%2C%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&amp;summary=Please%20Note%3A%20This%20article%20is%20now%20deprecated%20in%20favour%20of%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22.%20Thanks%21%0D%0A%0D%0AUpdate%2012%2F04%2F08%3A%20I%20have%20now%20successfully%20installed%20the%20x64%20version%20of%20Eclipse%20-%20see%2064%20Bit%20Eclipse%3A%20Linux%20Installation%2C%20including%20PDT%2C%20&amp;source=64 Bit Jungle" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;h=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="sexy-devmarks">
			<a href="http://devmarks.com/index.php?posttext=Please%20Note%3A%20This%20article%20is%20now%20deprecated%20in%20favour%20of%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22.%20Thanks%21%0D%0A%0D%0AUpdate%2012%2F04%2F08%3A%20I%20have%20now%20successfully%20installed%20the%20x64%20version%20of%20Eclipse%20-%20see%2064%20Bit%20Eclipse%3A%20Linux%20Installation%2C%20including%20PDT%2C%20&amp;posturl=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;posttitle=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on Devmarks">Share this on Devmarks</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;bm_description=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-izeby">
			<a href="http://izeby.com/submit.php?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&amp;link=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&amp;url=http%3A%2F%2Fwww.64bitjungle.com%2Ftech%2Feclipse-32-bit-pdt-install-on-64-bit-ubuntu%2F&amp;desc=Please%20Note%3A%20This%20article%20is%20now%20deprecated%20in%20favour%20of%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22.%20Thanks%21%0D%0A%0D%0AUpdate%2012%2F04%2F08%3A%20I%20have%20now%20successfully%20installed%20the%20x64%20version%20of%20Eclipse%20-%20see%2064%20Bit%20Eclipse%3A%20Linux%20Installation%2C%20including%20PDT%2C%20&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="sexy-fwisp">
			<a href="http://fwisp.com/submit?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&amp;body=Please%20Note%3A%20This%20article%20is%20now%20deprecated%20in%20favour%20of%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22.%20Thanks%21%0D%0A%0D%0AUpdate%2012%2F04%2F08%3A%20I%20have%20now%20successfully%20installed%20the%20x64%20version%20of%20Eclipse%20-%20see%2064%20Bit%20Eclipse%3A%20Linux%20Installation%2C%20including%20PDT%2C%20" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;lname=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;u_data[name]=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;bmtitle=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;t=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&amp;body=Please%20Note%3A%20This%20article%20is%20now%20deprecated%20in%20favour%20of%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22.%20Thanks%21%0D%0A%0D%0AUpdate%2012%2F04%2F08%3A%20I%20have%20now%20successfully%20installed%20the%20x64%20version%20of%20Eclipse%20-%20see%2064%20Bit%20Eclipse%3A%20Linux%20Installation%2C%20including%20PDT%2C%20" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;T=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&quot;+-+from+http://tinyurl.com/c8k7g3" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/+&quot;Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="sexy-posterous">
			<a href="http://posterous.com/share?linkto=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&amp;selection=Please%20Note%3A%20This%20article%20is%20now%20deprecated%20in%20favour%20of%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22.%20Thanks%21%0D%0A%0D%0AUpdate%2012%2F04%2F08%3A%20I%20have%20now%20successfully%20installed%20the%20x64%20version%20of%20Eclipse%20-%20see%2064%20Bit%20Eclipse%3A%20Linux%20Installation%2C%20including%20PDT%2C%20" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;type=Article&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&amp;body=Please%20Note%3A%20This%20article%20is%20now%20deprecated%20in%20favour%20of%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22.%20Thanks%21%0D%0A%0D%0AUpdate%2012%2F04%2F08%3A%20I%20have%20now%20successfully%20installed%20the%20x64%20version%20of%20Eclipse%20-%20see%2064%20Bit%20Eclipse%3A%20Linux%20Installation%2C%20including%20PDT%2C%20" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&amp;u=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;b=Please%20Note%3A%20This%20article%20is%20now%20deprecated%20in%20favour%20of%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22.%20Thanks%21%0D%0A%0D%0AUpdate%2012%2F04%2F08%3A%20I%20have%20now%20successfully%20installed%20the%20x64%20version%20of%20Eclipse%20-%20see%2064%20Bit%20Eclipse%3A%20Linux%20Installation%2C%20including%20PDT%2C%20" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&amp;desc=Please%20Note%3A%20This%20article%20is%20now%20deprecated%20in%20favour%20of%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22.%20Thanks%21%0D%0A%0D%0AUpdate%2012%2F04%2F08%3A%20I%20have%20now%20successfully%20installed%20the%20x64%20version%20of%20Eclipse%20-%20see%2064%20Bit%20Eclipse%3A%20Linux%20Installation%2C%20including%20PDT%2C%20" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&amp;url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&amp;body=Please%20Note%3A%20This%20article%20is%20now%20deprecated%20in%20favour%20of%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22.%20Thanks%21%0D%0A%0D%0AUpdate%2012%2F04%2F08%3A%20I%20have%20now%20successfully%20installed%20the%20x64%20version%20of%20Eclipse%20-%20see%2064%20Bit%20Eclipse%3A%20Linux%20Installation%2C%20including%20PDT%2C%20" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="sexy-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&amp;text=Please%20Note%3A%20This%20article%20is%20now%20deprecated%20in%20favour%20of%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22.%20Thanks%21%0D%0A%0D%0AUpdate%2012%2F04%2F08%3A%20I%20have%20now%20successfully%20installed%20the%20x64%20version%20of%20Eclipse%20-%20see%2064%20Bit%20Eclipse%3A%20Linux%20Installation%2C%20including%20PDT%2C%20+-+http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="sexy-pusha">
			<a href="http://www.pusha.se/posta?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="sexy-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;n=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-propeller">
			<a href="http://www.propeller.com/submit/?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="sexy-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="sexy-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;Title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;title=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Eclipse+PDT+IDE+for+PHP+MySQL+32+Bit+install+on+64+Bit+Ubuntu&amp;du=http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/&amp;cn=Please%20Note%3A%20This%20article%20is%20now%20deprecated%20in%20favour%20of%20%22Full%2064%20Bit%20%28or%2032%20Bit%29%20Web%20Development%20and%20PHP%2FMySQL%20IDE%20with%20Eclipse%203.4%20Ganymede%20and%20PDT%202%22.%20Thanks%21%0D%0A%0D%0AUpdate%2012%2F04%2F08%3A%20I%20have%20now%20successfully%20installed%20the%20x64%20version%20of%20Eclipse%20-%20see%2064%20Bit%20Eclipse%3A%20Linux%20Installation%2C%20including%20PDT%2C%20" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.64bitjungle.com/tech/eclipse-32-bit-pdt-install-on-64-bit-ubuntu/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
