Community
Participate
Working Groups
Our unit tests explicitly use a VM from /shared/common, namely, /shared/common/sun-jdk1.6.0_21_x64/bin/java But when I try to from the performance slave, it apparently can not "see" it? Error: JAVA_HOME is not defined correctly. We cannot execute /shared/common/sun-jdk1.6.0_21_x64/bin/java If we can't access "shared" then 1) that'll be bad later on :) but 2) can I have the path of a 64 bit VM to use on that slave? (We have to specify it several places in our scripts, so don't think we can use the built in "default" setting from Hudson Web UI (at least, not without some code re-write ... we'll need the path to it).
I've mounted /shared (/opt/public).