Home > Back-end >  The eclipse executable program sometimes perform the old version, how should solve?
The eclipse executable program sometimes perform the old version, how should solve?

Time:10-31

Sometimes errors say xx class didn't find, but I look at this is to mend my name before the class, other is now a name, don't know why will perform old program, what should I do?

CodePudding user response:

That have a place to use this class, you don't change it, or you change it didn't compile, or use of this class code in the jars, or use the code for this class may be correct, but you rely on the old version of this code, along with a variety of possibility, in the final analysis, is before you have a place to use class code is invoked, find the call is fairly simple, exception stack push one layer, basic is the first class of your own system

CodePudding user response:

MVN clean

CodePudding user response:

Eclipse here have a little bit complicated project requires often perform project - the Clean to update the project code,
  • Related