I'm running Eclipse Galileo. How do I enable assertions in Eclipse?
As suggested by other sites, I've tried adding the arguments: -ea
. I have also tried changing the compiler compliance level to 1.4
. Neither of those suggestions worked.
Run
, and then to the menu item Run Configurations
.In the left panel, go to Java Application
, and then go to Assertions
.
In the right panel, choose the tab Arguments
.
Under the field for VM arguments
, type -ea
to enable assertions.
Apply
and then Run
button.To globally set it as the default for everything:
Go to menu Window
(if you are on Windows), or go to menu Eclipse
(if you are on Mac). For Linux it might be something similar.
Go to Preferences
.
Choose Java
, and then Installed JREs
from the left panel.
Select your JRE, and then click the Edit...
button in the right panel.
In the Default VM arguments
field, add -ea
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With