if i have to disable (or enable) 2 classes, say class 1 and class 2, can i do it like this :- java -da:class1,class 2 or i do like this: java -da:class1 java -da:class2 Jui
First you have enable assertion because by default assertion is off: java -ea Program Now to disable in one class Test: java -ea -da:Test Program To disable in two classes Test and Test1 java -ea -da:Test -da:Test1 Program Thanks Barkat
Jui Mahajan
Ranch Hand
Joined: Jun 02, 2003
Posts: 62
posted
0
Thanks. That really helped. I have my exam tomorrow and I am feeling really tensed.
Barkat Mardhani
Ranch Hand
Joined: Aug 05, 2002
Posts: 787
posted
0
I am sure you will do great. Best of luck. Barkat
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.