Home >> November, 2006

Sun, Java & OSS

Posted on: Tuesday, November 14th, 2006 in: General

I, actually “we” my wife and me, just came back from my holiday trip to Chaung Tha Beach. The beach was quiet last two days, and went live just before we left. The wind was still and there’s no virtually no tidal waves at all, and there was no point for us to getting into [...]

Java Virtual Machine Options

Posted on: Sunday, November 5th, 2006 in: General

Until I’ve tried to run java programs in low memory PCs, I always thought there’s always enough memory for Java Virtual Machines. This time, I’m with Java HotSpot Server VM, and it even fails to run simple
java -version
After consulting with Sun’s Java Hotspot VM Options Document and this, I added this option when launching JVM.
java [...]