Recently I have faced Cannot find the class problem in eclipse. I remember my project worked fine last month. Suddenly it is crying to locate some java classes when I compile this project. Still interesting this is that, those classes are there in the mentioned package. Even googling didn't help me.
Finally I found a work around.
Simple, I copied whole class file into new java class file, deleted the original java class file and renamed the new class name to older java class name.
It worked well for me, if you face similar problem try this small tip, it may works.
Weird things happen in eclipse some times....
No comments:
Post a Comment