0

Every time I wish to run a java program, java applet pops up with a solution of previous program. How to get the new program be executed and displayed in console?

sage poudel
  • 357
  • 4
  • 14

1 Answers1

0

Try clicking the little down arrow on the run button and click "Run configurations..." and on the left side delete the one with the name of your class. Now run it again and a window will pop up. Select "Java application" and it will run just fine.

Aaron Priesterroth
  • 307
  • 2
  • 4
  • 17