<?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>Larry Mahony</title>
	<atom:link href="http://www.larrymahony.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.larrymahony.com</link>
	<description>Larry</description>
	<lastBuildDate>Thu, 27 Jan 2011 09:16:07 +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>Android draw9patch missing swing libraries</title>
		<link>http://www.larrymahony.com/2011/android-draw9patch-missing-swing-libraries/</link>
		<comments>http://www.larrymahony.com/2011/android-draw9patch-missing-swing-libraries/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 09:38:01 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.larrymahony.com/?p=25</guid>
		<description><![CDATA[Thanks to this forum post I needed to download swinglabs jar to get the Android draw9patch tool working.
Any links I found to the swinglabs main site weren&#8217;t working and the only download location I could find was via the guy in that forum who kindly hosted it via dropbox.
&#8211;UPDATE&#8211; Looks like they&#8217;ve fixed this issue [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks <a href="http://forum.cyanogenmod.com/topic/13786-read-this-if-your-draw9patch-is-not-working-after-updating-your-sdk/">to this forum post</a> I needed to download swinglabs jar to get the Android draw9patch tool working.</p>
<p>Any links I found to the swinglabs main site weren&#8217;t working and the only download location I could find was via the guy in that forum who kindly hosted it via dropbox.</p>
<p>&#8211;UPDATE&#8211; Looks like they&#8217;ve fixed this issue in revision 9 of the sdk tools, <a href="http://developer.android.com/sdk/tools-notes.html">http://developer.android.com/sdk/tools-notes.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.larrymahony.com/2011/android-draw9patch-missing-swing-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven Integration Requires that Eclipse be running in a JDK</title>
		<link>http://www.larrymahony.com/2010/maven-integration-requires-that-eclipse-be-running-in-a-jdk/</link>
		<comments>http://www.larrymahony.com/2010/maven-integration-requires-that-eclipse-be-running-in-a-jdk/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 09:17:41 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[eclipse maven]]></category>

		<guid isPermaLink="false">http://www.larrymahony.com/2010/maven-integration-requires-that-eclipse-be-running-in-a-jdk/</guid>
		<description><![CDATA[After adding Maven to Eclipse this error keeps popping up about &#8220;maven integration requires that eclipse be running in a jdk&#8221;. Basically Maven is using a JRE but needs a JDK. 
First  ensure that you have a JDK running and Eclipse sees it (via Window > Preferences > Java&#8230;&#8221; 
Then you need to edit [...]]]></description>
			<content:encoded><![CDATA[<p>After adding Maven to Eclipse this error keeps popping up about &#8220;maven integration requires that eclipse be running in a jdk&#8221;. Basically Maven is using a JRE but needs a JDK. </p>
<p>First  ensure that you have a JDK running and Eclipse sees it (via Window > Preferences > Java&#8230;&#8221; </p>
<p>Then you need to edit eclipse.ini and tell it where the JDK is using the following lines<br />
<code>-vm<br />
C:\Program Files\Java\jdk1.6.0_18\bin\javaw.exe</code></p>
<p>It seems to need to be spread onto 2 lines i.e. the -vm first and then the path to your jdk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.larrymahony.com/2010/maven-integration-requires-that-eclipse-be-running-in-a-jdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import Large Data Files into MySQL</title>
		<link>http://www.larrymahony.com/2010/import-large-data-files-into-mysql/</link>
		<comments>http://www.larrymahony.com/2010/import-large-data-files-into-mysql/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 09:00:51 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[mysql source]]></category>

		<guid isPermaLink="false">http://www.larrymahony.com/2010/import-large-data-file-into-mysql/</guid>
		<description><![CDATA[Use the SOURCE command! SOURCE sqlfile.sql
Read http://www.johnon.com/import-large-file-into-mysql/ for more detail.
]]></description>
			<content:encoded><![CDATA[<p>Use the SOURCE command! <code>SOURCE sqlfile.sql</code></p>
<p>Read <a href="http://www.johnon.com/import-large-file-into-mysql/">http://www.johnon.com/import-large-file-into-mysql/</a> for more detail.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.larrymahony.com/2010/import-large-data-files-into-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse Java Out of Memory error</title>
		<link>http://www.larrymahony.com/2010/eclipse-java-out-of-memory-error/</link>
		<comments>http://www.larrymahony.com/2010/eclipse-java-out-of-memory-error/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 08:53:21 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[eclipse java out_of_memory]]></category>

		<guid isPermaLink="false">http://www.larrymahony.com/?p=13</guid>
		<description><![CDATA[Was getting a java out of memory error in Eclipse every time I tried to install a new plugin. Something about the java heap which usually resulted in Eclipse needing to be restarted. If you google it you&#8217;ll plenty of solutions but, just for reference, in my case it was editing Eclipse.ini to make more [...]]]></description>
			<content:encoded><![CDATA[<p>Was getting a java out of memory error in Eclipse every time I tried to install a new plugin. Something about the java heap which usually resulted in Eclipse needing to be restarted. If you google it you&#8217;ll plenty of solutions but, just for reference, in my case it was editing Eclipse.ini to make more memory available. Changed -xmx from 256m to 500m and the same for launcher.XXMaxPermSize.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.larrymahony.com/2010/eclipse-java-out-of-memory-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

