I was installing CruiseControl on my Mac the other day when I realized that I needed to have JAVA_HOME set. Running which java returned /usr/bin/java. This was a symbolic link to the file /System/Library/Frameworks/JavaVM.framework/Commands/java. Eventually I figured out that the path I was looking for was /System/Library/Frameworks/JavaVM.framework/Home.
Archive for July, 2005
Installing Qt 4.0 on Windows
05Jul05For anyone who’s tried installing Qt4 on Windows you’ll no doubt have had a few problems. Here’s the steps I had to go through to get it working…
Make sure you have MinGW installed. I’m using version 4.1.0.
Download the file qt-win-opensource-desktop-4.0.0.zip from Trolltech’s website
Extract it to the directory where you want to install Qt, e.g. c:\qt\4.0.0
Open [...]


