Program changes not being caught by java compiler

Using the Java SDK with TextPad

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

Post Reply
Thomas Wylie
Posts: 1
Joined: Wed Jul 18, 2007 11:55 pm

Program changes not being caught by java compiler

Post by Thomas Wylie »

I recently updated to the latest, from 4.7.3. Was greatly impressed with the new software for several days, until suddenly (and after no changes to preferences) the java compiler wasn't picking up my latest changes to the program. I've tried the normal stuff .. restart Textpad, restart Windows XP, check all the preferences, but nothing works ... the compiler is not compiling the latest version of the code. Went back to a restore point taken when the new version of Textpad was working OK, but that didn't help.
titetern
User avatar
talleyrand
Posts: 624
Joined: Mon Jul 21, 2003 6:56 pm
Location: Kansas City, MO, USA
Contact:

Post by talleyrand »

Check the output from the compiler, perhaps it's indicating that the compilation fails. Barring that being productive, shell out to your windows command line environment, navigate to the appropriate location on disk and compile/execute from there.

Textpad is merely a text editor, it hands the job of compilation to byte code and invocation the JVM to the defined tools.
I choose to fight with a sack of angry cats.
User avatar
Nicholas Jordan
Posts: 124
Joined: Mon Dec 20, 2004 12:33 am
Location: Central Texas ISO Latin-1
Contact:

Post by Nicholas Jordan »

In T.P. make sure you have the Save all Files before running tools checked.

It's somewhere in the TOOLS/OPTIONS stuff
Post Reply