Hi Most of the time I also use CCK. Sometimes I also use JAD ( Decompiler ) to decompile my .class files and examine the decompiled source code.
Regards Rutvik -----Original Message----- From: Bob Lee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 4:28 PM To: BCEL Users List Subject: Re: Best way to test .class files I usually write unit tests that do the latter. For debugging (i.e. when the class won't load), I use Mocha or the CCK (it comes with BCEL) in that order. Bob Badri Ramaswami wrote: > What is the best way to test the .class generated? I have tried to > use mocha (java mocha.Decompiler foo.class) but that doesn't work all > the time. Is there a different decompiler that I can use or is it best > to just write test programs that use the .class? > > Thanks > > Badri > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
