Re: J2SE 1.4 & Linux & i686/green_threads

2001-07-28 Thread Danny
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

Re: Running an executable from Java

2001-07-28 Thread Nathan Meyers
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"

Running an executable from Java

2001-07-28 Thread bhuvaneswari thirumoorthy
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

Re: Cannot convert string "xxxx" to type VirtualBinding

2001-07-28 Thread Jesus M. Salvo Jr.
-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