Hi, In my job description file, to specify the "executable" element, i'm using the absolute path. For instance: /usr/java/jdk1.5.0_07/bin/java
But for portability reason, i would like to put just <executable>java</executable> but it does not work. Is there a way to do that? I mean using non-absolute path. The command is used as user 'fhornoy' on remote host, and /usr/java/jdk1.5.0_07/bin/ is in $PATH, so i thought it should work. Cheers, Francois.
