<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://jennyandlih.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Eclipse</title>
 <link>http://jennyandlih.com/note-type/tech/eclipse</link>
 <description>The taxonomy view.</description>
 <language>en</language>
<item>
 <title>Ignore a folder/directory in eclipse</title>
 <link>http://jennyandlih.com/ignore-folderdirectory-eclipse</link>
 <description>&lt;p&gt;The Open Resource dialog in eclipse (Ctrl-X Ctrl-F with emacs bindings) is very useful for locating a file no matter where it is in the current project; however, it also lists a lot of garbage files.  I find myself having to visually sift through a long list of deployment files, automatically generated files, and files located in the .git directory before getting to the file I actually wanted... and/or having to type out nearly the entire filename to have the resource dialog at least partially sift the list for me.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jennyandlih.com/ignore-folderdirectory-eclipse&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jennyandlih.com/ignore-folderdirectory-eclipse#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/eclipse">Eclipse</category>
 <pubDate>Mon, 20 Jun 2011 13:19:31 -0600</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">2239 at http://jennyandlih.com</guid>
</item>
<item>
 <title>Getting a functioning Egit plugin</title>
 <link>http://jennyandlih.com/getting-functioning-egit-plugin</link>
 <description>&lt;ul class=&quot;easylist&quot;&gt;
&lt;li&gt; Download Eclipse for PHP Developers, version 3.5.1 (Galileo)
&lt;/li&gt;
&lt;li&gt; Go to Java &amp;gt; Installed JREs and make sure a version 1.5.0_11 or later is available (it doesn&#039;t have to be the checked one)
&lt;/li&gt;
&lt;li&gt; Install the egit plugin&lt;br /&gt;
&lt;ul class=&quot;easylist sublist&quot;&gt;
&lt;li&gt; Go to Preferences -&amp;gt; Install/Update -&amp;gt; Available Software Sites and add:&lt;/p&gt;
&lt;ul class=&quot;easylist sublist&quot;&gt;
&lt;li&gt; Name: JGit
&lt;/li&gt;
&lt;li&gt; Location: &lt;a href=&quot;http://www.jgit.org/updates&quot; title=&quot;http://www.jgit.org/updates&quot;&gt;http://www.jgit.org/updates&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; Go to Help -&amp;gt; Install New Software, select JGit, and check Eclipe Git Plugin
&lt;/li&gt;
&lt;li&gt; Continue through prompts to finish installation
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; Clone or create a git repository inside your workspace using your favorite tool
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://jennyandlih.com/getting-functioning-egit-plugin&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jennyandlih.com/getting-functioning-egit-plugin#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/eclipse">Eclipse</category>
 <category domain="http://jennyandlih.com/note-type/tech/git">git</category>
 <pubDate>Thu, 07 Jan 2010 18:56:25 -0700</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">2038 at http://jennyandlih.com</guid>
</item>
<item>
 <title>&quot;Malformed network data&quot; error in Eclipse</title>
 <link>http://jennyandlih.com/malformed-network-data-error-eclipse</link>
 <description>&lt;p&gt;Was getting this error in subclipse:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;svn: Malformed network data&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;According to &lt;a href=&quot;http://blog.maxdunn.com/articles/2006/12/07/svn-malformed-network-data-error-in-eclipse&quot;&gt;this site&lt;/a&gt;, older versions of JavaSVN have a problem talking to a Subversion 1.4.x server.  The fix is to update subclipse using the 1.4 update URL:&lt;/p&gt;
&lt;ul class=&quot;easylist&quot;&gt;
&lt;li&gt; Eclipse: Help =&amp;gt; Software Updates =&amp;gt; Find and Install
&lt;/li&gt;
&lt;li&gt; Search for new features to install
&lt;/li&gt;
&lt;li&gt; New Remote Site
&lt;/li&gt;
&lt;li&gt; URL =&amp;gt; &lt;a href=&quot;http://subclipse.tigris.org/update_1.4.x&quot; title=&quot;http://subclipse.tigris.org/update_1.4.x&quot;&gt;http://subclipse.tigris.org/update_1.4.x&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
 <comments>http://jennyandlih.com/malformed-network-data-error-eclipse#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/eclipse">Eclipse</category>
 <category domain="http://jennyandlih.com/note-type/tech/subversion">Subversion</category>
 <pubDate>Thu, 19 Feb 2009 16:56:11 -0700</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">1349 at http://jennyandlih.com</guid>
</item>
<item>
 <title>Installing subclipse</title>
 <link>http://jennyandlih.com/installing-subclipse</link>
 <description>&lt;ul class=&quot;easylist&quot;&gt;
&lt;li&gt; Help -&amp;gt; Software Updates -&amp;gt; Find and Install
&lt;/li&gt;
&lt;li&gt; New features -&amp;gt; Next
&lt;/li&gt;
&lt;li&gt; New Remote Site&lt;br /&gt;
&lt;ul class=&quot;easylist sublist&quot;&gt;
&lt;li&gt; Name: Subclipse 1.2.x
&lt;/li&gt;
&lt;li&gt; URL: &lt;a href=&quot;http://subclipse.tigris.org/update_1.2.x&quot; title=&quot;http://subclipse.tigris.org/update_1.2.x&quot;&gt;http://subclipse.tigris.org/update_1.2.x&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; Don&#039;t bother with the optional integrations, just get the Subclipse plugin
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://subclipse.tigris.org/install.html&quot; title=&quot;http://subclipse.tigris.org/install.html&quot;&gt;http://subclipse.tigris.org/install.html&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://jennyandlih.com/installing-subclipse#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/eclipse">Eclipse</category>
 <category domain="http://jennyandlih.com/note-type/tech/subversion">Subversion</category>
 <pubDate>Mon, 26 Nov 2007 14:20:33 -0700</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">305 at http://jennyandlih.com</guid>
</item>
<item>
 <title>Internal web browser in Eclipse</title>
 <link>http://jennyandlih.com/internal-web-browser-eclipse</link>
 <description>&lt;p&gt;I was getting this error:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;Embedded browser not available&lt;br /&gt;&lt;br /&gt;java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3346 or swt-mozilla-gtk in swt.library.path...&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Apparently the xulrunner package is needed:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;sudo apt-get install xulrunner&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;...then close and reopen eclipse.  Works like a charm.&lt;/p&gt;
</description>
 <comments>http://jennyandlih.com/internal-web-browser-eclipse#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/eclipse">Eclipse</category>
 <category domain="http://jennyandlih.com/note-type/tech/ubuntu">Ubuntu</category>
 <pubDate>Sat, 24 Nov 2007 19:29:09 -0700</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">303 at http://jennyandlih.com</guid>
</item>
<item>
 <title>Installing Eclipse/PDT</title>
 <link>http://jennyandlih.com/installing-eclipse-pdt</link>
 <description>&lt;ul class=&quot;easylist&quot;&gt;
&lt;li&gt; Install a semi-recent Sun JDK, making sure `which java` finds it.  I used jdk1.5.0_06. (jdk1.6.0_01 does &lt;b&gt;not&lt;/b&gt; work)
&lt;/li&gt;
&lt;li&gt; Download &lt;a href=&quot;http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.3.1-200709211145/eclipse-SDK-3.3.1-linux-gtk.tar.gz&amp;amp;amp;r=1&amp;amp;amp;protocol=http&quot;&gt;Eclipse 3.3.1&lt;/a&gt;  -- Debian/Ubuntu does not currently have a package for the most recent version.
&lt;/li&gt;
&lt;li&gt; Untar to /usr/local, mv eclipse to eclipse-3.3.1, &lt;code&gt;ln -s /usr/local/eclipse-3.3.1/eclipse /usr/local/bin/&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt; Open eclipse and run the Update Manager (Help -&amp;gt; Software Updates -&amp;gt; Find and Install).
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://jennyandlih.com/installing-eclipse-pdt&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jennyandlih.com/installing-eclipse-pdt#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/eclipse">Eclipse</category>
 <pubDate>Thu, 04 Oct 2007 20:45:12 -0600</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">169 at http://jennyandlih.com</guid>
</item>
</channel>
</rss>

