Enabling Assertions from the Command Line: -ea and -da enable and disable assertion in a package subtree or in a class.
java -ea MyApp java -ea:... MyApp java -ea:com.mycompany... MyApp java -ea:com.mycompany... -da:com.mycompany.MyClass MyApp