Problem Calling A Java File throough Form [message #178633] |
Thu, 22 June 2006 01:08 |
d.dineshkumar
Messages: 211 Registered: April 2005 Location: Kolkatta
|
Senior Member |
|
|
Hi All,
I am calling a java program on a button press through host command as follows.
HOST('CALL java -Xms100m -Xmx100m Interface');
But the problem is,
The command window is coming and is disappearing with out doing any thing.I am hving some System.out message on the java files which i am unable to see.
But if I will run the same thing from a command prompt then the java programme is runnning properly.
I want that HOST command to work and the command window should appear.
Please help on this.
Thanks And Regards
Dinesh
|
|
|
|