Im getting duplicate class error when i try to add a new class to the project. There is no other class in the project with the same name. But still I get duplicate class error. Because of this im not able to add any new class to the project. Im running the project in command line.
duplicate class: Question
[javac] public class Question
cannot access Question
[javac] Question question = null;
[javac] bad source file: C:\...\Question.java
[javac] file does not contain class quizserver.Question