Output is sent to batch file

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
hollandn
Posts: 2
Joined: Mon Nov 21, 2005 9:34 pm

Output is sent to batch file

Post 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!
User avatar
s_reynisson
Posts: 939
Joined: Tue May 06, 2003 1:59 pm

Post by s_reynisson »

Could these "programs" be applets or could it be you running them as such? HTH
Then I open up and see
the person fumbling here is me
a different way to be
hollandn
Posts: 2
Joined: Mon Nov 21, 2005 9:34 pm

Post by hollandn »

No, they are applications.
User avatar
s_reynisson
Posts: 939
Joined: Tue May 06, 2003 1:59 pm

Post 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
Then I open up and see
the person fumbling here is me
a different way to be
Post Reply