Hi,
 
How do I get rid of the Terminal Emulator?
 
Usually when we have to run a Java program we go the Terminal Emulator and type in the name of the class file as in
 
$java xyz
 
where xyz.class contains my Byte Code to be executed.
 
As The program is executing, in Java, it becomes a really serious eye sore to see the Terminal Emulator open all the time and the user can also hit a CTRL-C to abort the code at any point they want to from the Terminal Emulator.
 
I am sure there is a work around for this since in Windows we have a "Java Plugin Control Panel" which is basically a Java Application that runs without any other window (Terminal Emulator, DOS Window) being opened. 
 
 Regards
Hrishi.
 
 

Reply via email to