Search
Categories
My recent reads
Where Wizards Stay Up Late: The Origins Of The Internet
The Wikipedia Revolution
The Wright Brothers
Category Archives: Java
Debugging Java Heap Space Errors
Memory leaks are a pain. If you’re like me, the first thing you did when your application threw a “Java Heap Space Error” exception, was to increase your java virtual machine’s heap space parameters. There are a number of reasons … Continue reading
Running 32 and 64 bit java applications on the same windows host
First install both the 32 and 64 bit JREs. Use the default installation locations (i.e. 32 bit Java in the Program Files (x86) directory and 64bit Java in the Program Files directory). Set the two JAVA_HOME environmental variables: A “JAVA_HOME” … Continue reading
Eclipse Java Pearls
If you’ve been around academic M.D.s you know about “Clinical Pearls of Knowledge.” In essence, a Pearl is really just a tid-bit of knowledge that may be anecdotal but is probably worth sharing. For the past 4 years I’ve been … Continue reading