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…