Duplicate class error while running project

0 votes

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

 

asked Feb 13, 2017 in AppWarpS2 by Sallu Salman (10 points)

1 Answer

0 votes

Hi Sallu,

Greetings from ShepHertz!!!

Please use some IDE like Eclipse or Netbeans to write your own busniess logic on AppwarpS2. Such kind of errors can occur on compilation time.

Let me know how you are writing your own business logic on AppwarpS2.

Thanks

Vishnu Garg

 

answered Feb 15, 2017 by Vishnu Garg (674 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...