not compiling changes

Using the Java SDK with TextPad

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

Post Reply
crazyvclown
Posts: 2
Joined: Tue Mar 24, 2009 2:54 pm

not compiling changes

Post by crazyvclown »

I can start a new java program and it will compile the first time, but if I try to make changes then compile, it will not compile the changes.
crazyvclown
Posts: 2
Joined: Tue Mar 24, 2009 2:54 pm

Post by crazyvclown »

Figured out my issue. When compiliing I was getting that the double needed to be set and int, but had been comiling before. Changed my double to int and it is working again. :oops:
Post Reply