Re: Help: Calling Oracle Forms from Java
From: Richard Senior <nospam_at_r-senior.demon.co.uk>
Date: 1998/01/10
Message-ID: <EMKwrw.GLD_at_r-senior.demon.co.uk>#1/1
Date: 1998/01/10
Message-ID: <EMKwrw.GLD_at_r-senior.demon.co.uk>#1/1
In article <34b29dea.1287084_at_news.uni-muenster.de>,
"Claus Kolb" <kolb_at_uni-muenster.de> writes:
> Does anyone know if it is possible to call Oracle Forms from within a
> Java application ?
Use one of the java.lang.Runtime.exec functions.
You will need to refer to the documentation for this class to see how to get hold of a Runtime object and how to use the java.lang.Process class to monitor progress. You may also need to refer to Oracle documentation to get the command string right for exec.
-- Regards, Richard Senior London, England E-Mail: richard at r-senior dot demon dot co dot ukReceived on Sat Jan 10 1998 - 00:00:00 CET