I have a Netbeans project on a flash drive so I can move from computer to computer to code. On one computer running the project works fine, but on the other computer if I make any changes to my source code then run the project, it uses the old code. If I do a clean on the code, and then run it, it uses the changes. How can I get it to stop doing that, and use the changes automatically when I run the project?
I have a Netbeans project on a flash drive so I can move from
Share
It seems as doing a complete re-install fixed the problems. By complete I mean uninstall Netbeans and all of the the settings/preferences/plugins.