Search found 2 matches

by crazyvclown
Tue Mar 24, 2009 3:48 pm
Forum: Java
Topic: not compiling changes
Replies: 1
Views: 755

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:
by crazyvclown
Tue Mar 24, 2009 2:59 pm
Forum: Java
Topic: not compiling changes
Replies: 1
Views: 755

not compiling changes

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.