Most tests on JDK command line tools simply call ${TESTJAVA}/bin/command_name. However, For a 64bit JDK build on Solaris systems, say, solaris-sparcv9, simply running the command starts the 32-bit JRE, you have to explicitly specify -d64 (or -J-d64) to start the 64 bit JRE.