Search code examples
javaeclipse

Why is the run button not working in Eclipse?


I have built a code that does not have errors. It has ran on several occasions throughout adding various components, but for some reason, it will not run anymore. When I click the arrow, Eclipse shows the hourglass and then it goes away and does not do anything. How can I make it run so that I can test the program?


Solution

  • I know that it has been a while since this question was active, however, it has just recently been brought to my attention that I never gave a mark for the correct answer. The answer to the question was that there was a configuration error that was causing the compiler to stop whenever I pressed the run button. It was solved by a classmate that was not on this forum. Thanks to everyone who assisted. I greatly appreciate it.