Thanks for the fix Juergen. Java was being run from JDK 1.1.8 even though
JAVA_HOME was set to the J2SE 1.4 home directory.
Danny
- Original Message -
From: "Juergen Kreileder" <[EMAIL PROTECTED]>
To: "Danny" <[EMAIL PROTECTED]>
Cc: "Greg Lewis" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
S
On Sat, Jul 28, 2001 at 05:57:25AM -0700, bhuvaneswari thirumoorthy wrote:
> hi,
> I am using JDK1.2.2 with RedHat Linux6.2.2. I would
> like to run an executable from a java program.For eg:
> I am using the following command:
>
> Runtime r=Runtime.getRuntime();
> r.exec("sh /home/test/./javacon"
hi,
I am using JDK1.2.2 with RedHat Linux6.2.2. I would
like to run an executable from a java program.For eg:
I am using the following command:
Runtime r=Runtime.getRuntime();
r.exec("sh /home/test/./javacon");
For this code, no error is coming. And while running,
it ends up with a silence. Noth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
What are the differences? ( Are they documented somewhere? )
How do you get rid of the warning messages?
On Sat, 28 Jul 2001 12:55, Juergen Kreileder wrote:
> Jesus M. Salvo, Jr. <[EMAIL PROTECTED]> writes:
> > Ever since I converted my bash prompt