help on java

A

Arnab

hi all,

I'm calling a 32bit executable(.exe)-(console application written
in C) within my java code using RunTime.I've made a swing application
and it is calling the executable.
It is executed properly and a console window is created which
displays the output of the called program.But I'm trying to hide the
console ,so that it does not appear in the taskbar also.
Can Anyone help me on how to carry this out.
Thanking in advance .

Regards.

Arnab
e_mail:[email protected]
http://www.galieosoft.com
 
C

Chris Smith

Arnab said:
I'm calling a 32bit executable(.exe)-(console application written
in C) within my java code using RunTime.I've made a swing application
and it is calling the executable.
It is executed properly and a console window is created which
displays the output of the called program.But I'm trying to hide the
console ,so that it does not appear in the taskbar also.

This is an issue with the program you're calling. If it just wrote to
standard output and standard error, this wouldn't happen. However, it's
apparently opening its own console window. There's no way you can stop
it from doing so.

--
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top