Problem with running java programs with textpad.

Using the Java SDK with TextPad

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

Post Reply
awes0mes4uce
Posts: 1
Joined: Mon Sep 15, 2008 1:15 pm

Problem with running java programs with textpad.

Post by awes0mes4uce »

In my AP computer science class we use textpad to write our java programs. However when I try to run a program it just closes immediately and I can't see the program's output. I've never had any problems with textpad before, I was wondering if there is any way to fix this.
User avatar
talleyrand
Posts: 624
Joined: Mon Jul 21, 2003 6:56 pm
Location: Kansas City, MO, USA
Contact:

Post by talleyrand »

As a blanket statement, TextPad is just a text editor. Depending on how it calls the JVM, you would look at Configure > Preferences > Tools and then whatever it is for "Run Java program" Perhaps checking "Capture output" or unchecking "Close DOS window on exit" will give you the desired behaviour
I choose to fight with a sack of angry cats.
Post Reply