My eclipse simply does not show the error in assertions… how can I change it? Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Asserations will always be compiled to the bytecode but are ignored from the Interpreter by default!
Open the project-propertys and go to “Run/Debug Settings”, now edit your launch-configuration and add “-ea” argument to the VM-Properties.
Have Fun.