ATUL PATIL
ATUL PATIL

Reputation: 31

Eclipse not giving warning when running java code which has compilation errors

When running a Java/Spring code, If the application has compilation errors we get a popup warning as " Code contains compilation error..Continue running ". There is a checkbox there as " Do not ask next time" I ticked that and allowed, Now Even if my large Java/spring applications contains compilation error it still runs and I am not able to find if my code contains errors. Can anyone help me to revert to that old setting of popup warning.

Upvotes: 2

Views: 221

Answers (1)

Vishal
Vishal

Reputation: 74

You can revert this Eclipse setting in the preferences Run/Debug > Launching by setting Continue launch if project contains errors to Prompt:

Eclipse Setting

Upvotes: 3

Related Questions