<exec dir="${project.root}/classes" executable="java.exe"> <env key="PATH" path="${env.PATH}" />
Your pb is likely related to the case of the PATH env. var. Ant is case sensitive, but on Windows PATH is not, and can be written Path or path, or whatever. You also need to use the same case for your new process than the current process' case for that variable, otherwise strange things happen. Lookup the archives for discussions from myself and Peter Reilly about this. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]