Saturday, August 14, 2010

Opening class file present in JAR

Often it happens that you just have jar files without source code and you want to investigate a class present in jar file. It's really easy in eclipse provided you have already installed JAD plugin for eclipse.

What you have to do is not ctr+shift+r but ctr+shift+t and give the class name you want to visit. You should be able to see decompiled class using JAD eclipse plugin.

No comments:

Post a Comment