Use a Java Decompiler with your IDE
If you work in Java, and you don’t use a decompiler, you haven’t lived.
Well, maybe that’s a bit excessive. Still, I’m shocked by the number of developers that don’t use a decompiler like Jad combined with their IDE, like with Jadclipse and Eclipse.
In eclipse, you can download the Java api source code and attach it that so you can always look at the actual code - original comments and all.
However, you want to be able to look at the source code for any jars that your application depends on as well. I didn’t even realize how useful and freeing it is to be able to do that until I started. I would say that less than 30% of all developers that I’ve met use a decompiler, but it’s definitely one of the top plugins you have to have.
August 14th, 2008 at 4:04 am
If you struggle weeks with bloatware not deploying your ejbs a decompiler is a fine way to get rid of your nightmares. Then you really know that it is not your bug. And of course you know that this bug will never be fixed until you need it.
August 14th, 2008 at 6:16 pm
The latest version of Eclipse has Jad installed as a standard feature (plugin?).