Page 1 of 1

Output is sent to batch file

Posted: Mon Nov 21, 2005 9:37 pm
by hollandn
Why is the output for some of my programs sent to a batch file? I'm using System.out.println statements, but the DOS window only flickers on screen for a moment. Instead, a .bat file with a strange name is created, and I have to open it to see my output. This doesn't happen with every program, and I can't figure out why it happens at all. Help!

Posted: Tue Nov 22, 2005 7:46 pm
by s_reynisson
Could these "programs" be applets or could it be you running them as such? HTH

Posted: Tue Nov 22, 2005 7:50 pm
by hollandn
No, they are applications.

Posted: Tue Nov 22, 2005 11:28 pm
by s_reynisson
I'm unable to produce this no matter how I set the run java tool parameters. Did you perhaps install the tools manually? If so try removing them and have TP install them via Configure->Preferences->Tools->Add->Java SDK Commands. Or just have TP reinstall them in any case. HTH