Hi all,
I'm using eclipse for my
struts application and apparently, when I'm trying to debug the application (say file: abc.java) it goes to the file abc.java but in a different project (it was the previous project i was working on).
So basically, the project (A) runs but the debug goes to a different project (B) so I see the abc.java file on the B project. Once again, B project was a previous project I was working on
does anyone know what may cause this problem?