I'm working on a team project. I included a .jar
file in Build Path and committed to SVN. When I updated code in my working directory, a new folder appears in Eclipse called "Android Dependencies". If I let it be there, my program runs; If I remove it, my program reports a ClassNotFoundException
.
Now how to fix this ClassNotFoundException
?