Denis N. Antonioli wrote:
The question then is, why doesn't XP recognizes %JAVA_HOME%\bin\java.exe ?
Possibly it is the space in the path. If you can re-install to a directory without a space or make a temporary drive using subst and let us know the result that would be great. If you type:
subst Y: "C:\Program Files" (where Y: is a free drive letter) set JAVA_HOME=Y:\Java\jdk1.5.0_05
and re-run and it works, then it means we have to fix our batch file to better escape the path. Cheers, Paul. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

