Afternoon All,
I'm trying to get a thumb drive setup so that I can use it to run some automated tests on individual people's machines (so that they can see everything on their machine, and not have to install anything).
I'm trying to setup ant (as the scripts to run everything are written in ant).
It needs Java (which I have installed on the thumbdrive). Should I just hardcode the JAVA_HOME to the JRE on the thumbdrive ?
Thanks for any help/suggestions !