Calling the shell from within a class
From: Jean-Benoit MORLA (jbmorla_at_tiscali.fr)
Date: 01/30/05
- Next message: Big Jim: "Re: Calling the shell from within a class"
- Previous message: Jon Martin Solaas: "Re: Postgres and JDBC?!"
- Next in thread: Big Jim: "Re: Calling the shell from within a class"
- Reply: Big Jim: "Re: Calling the shell from within a class"
- Reply: Paul: "Re: Calling the shell from within a class"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Jan 2005 10:15:26 -0800
Hi,
I'm working on oracle 10g on windows XP Pro and I need to sequentially
run four different programs to get a database up and to connect to it.
I thought maybe I can compile a Java executable. I managed it with a
jar manifest.
Then I searched the packages list on the Sun site for Java 1.4.2 but I
don't find one that deals with calling a Window executable from within
a class.
The call should look like:
public class OracleStart()
.
.
shell( oracle.exe );
.
.
Maybe it does not exist because it would not be portable across
platforms?
Many thanks
- Next message: Big Jim: "Re: Calling the shell from within a class"
- Previous message: Jon Martin Solaas: "Re: Postgres and JDBC?!"
- Next in thread: Big Jim: "Re: Calling the shell from within a class"
- Reply: Big Jim: "Re: Calling the shell from within a class"
- Reply: Paul: "Re: Calling the shell from within a class"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|