Installed a standard Motorola update on the phone yesterday only to find it stuck on the boot screen for over an hour. Several reboots and cache wipes later I knew this was going to need a bit more serious attention…
Glen Of Aherlow Loop De Loop Trail Half Marathon Race
Had marked this one off in the calendar for ages as my first venture into trail/mountain running. Didn’t have the smoothest few weeks training since the Clonmel Half Marathon 5 weeks ago but was still feeling pretty good. Importantly I…
Android draw9patch missing swing libraries
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’t working and the only download location I could find was via the…
Maven Integration Requires that Eclipse be running in a JDK
After adding Maven to Eclipse this error keeps popping up about “maven integration requires that eclipse be running in a jdk”. Basically Maven is using a JRE but needs a JDK. First ensure that you have a JDK running and…
Import Large Data Files into MySQL
Use the SOURCE command! SOURCE sqlfile.sql Read http://www.johnon.com/import-large-file-into-mysql/ for more detail.
Eclipse Java Out of Memory error
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’ll plenty of…