bad class file error
When UserDao.java is compiled , the following error is displayed.
classpath is set to net Package;
QuerParser.java is compiled succesffuuly.
UserDao.java:29: cannot access ecnet.ism.efc.utilities.parsers.QueryParser
bad class file: D:\jakarta-tomcat-5.0.28\webapps\project\WEB-INF\classes\net\i
sm\efc\utilities\parsers\QueryParser.class
class file contains wrong class: net.ism.efc.utilities.Parsers.QueryParser
Please remove or make sure it appears in the correct subdirectory of the classpa
th.
How to resolve this ?

