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…