Thanks for your reply Mark. I had another look at the batch files in %ORACLE_HOME%\bin and all the "SET PATH=.." seems to have "%PATH% somewhere in the middle. So thats rather strange, since it looks like it is actually appending a new path to the existing path, not overwriting it as I first imagined.
OAS is not getting what I have in the PATH and CLASSPATH variables (under Win2k). I did a System.getProperty(..) and it doesn't match.
Do you know the sequence of batch files which are called when the server is restarted through the admin "start all" button (via the web interface)?
I had the same problem with
Tomcat 5.0.28 where I found the batch file which was in fact overwriting the CLASSPATH. I added %CLASSPATH% and it found it as I had set it in Windows. Not the case with OAS. Where can I find the docs in HTML?
[ August 18, 2005: Message edited by: K Riaz ]