I'm trying to have Eclipse run my project called ScrapeMax. Whenever I try to run this project, instead Eclipse will run a project called Wiki Expander. Wiki Expander does not exist within the workspace and is not imported in Eclipse.
The following does not solve the problem:
- Main is ofcourse included in the class.
- Main is not capitalised.
- Main is ofcourse public.
- Choosing "Runs As/Java Application" runs Wiki Expander instead of ScrapeMax.
- The main-class is called Startup, and the file is called Startup.java.
- I've tried deleting all Run configurations and recreating it for ScrapeMax. It doesn't help.
- The Run configuration does ofcourse involve the proper main class.
- Cleaning all projects didn't solve it.
- /eclipse -clean didn't solve it.
- Removing the project and importing it again didn't solve it.
How do I make Eclipse stop running Wiki Expander, og run ScrapeMax like I want it to?