java - Changes to my classes in Eclipse are not reflected when I run the project -
i wiped disk, have numerous backups of eclipse-related files. need seems here, whenever make changes classes, after quit , restart eclipse, changes aren't reflected when run program. changes still have been saved in .java files, don't compiled when run.
things have done:
- project > clean (numerous times)
- project > build automatically checked
- i tried building manually several times no avail
- all hot code replace options enabled
- downloaded fresh copy of eclipse
- restored old eclipse folder before wipe
i should using same settings before, when worked, , haven't changed operating procedures. project simple game, nothing outside box. checked build path, things there old class files.
so that's situation. thoughts?
not sure reasoning behind why happens, quick fix copy class separate project, copy back. fixed issue me.
Comments
Post a Comment