Eclipse won't compile/run java file

后端 未结 5 503
忘掉有多难
忘掉有多难 2021-01-01 12:15

I am just trying to compile and run a simple java program. When I go to run my tester class it says select what to run and it gives me Ant Build which when highlighted says

5条回答
  •  太阳男子
    2021-01-01 12:50

    I was also in the same problem, check your build path in eclipse by Right Click on Project > build path > configure build path

    Now check for Excluded Files, it should not have your file specified there by any means or by regex.

    Cheers!image for error fix view, see Excluded field

提交回复
热议问题