Reputation: 1967
I tried an Assert Example
it works fine in commandprompt. i run the code using following command.
java -ea AssertionExample
but it is not showing Exception while running in netBeans Example described that assertion will work when it enables during runtime So we add ea
.
How we can enable assertion in netbeans ??
Upvotes: 3
Views: 4339
Reputation: 328923
-ea
in the boxUpvotes: 12