Wednesday, February 22, 2012

Small Technique on using Java Decompiler in Eclipse

Here's my common use way on the Java Decompiler..

Method 1: Direct Access to the class by shortcut
1. Click Ctrl + T, and then input the class and input the class name

2. Eclipse will bring you to the class implementation.


Method 2: Direct Access to the class by Open Declaration (F3)
1. Mouse over to the corresponding class in the Java File and click F3
For example, mouse over javax.ejb.SessionBean and then  click F3


2. Eclipse will bring you to the class implementation.





Method 3: Use Java Browsing Perspective
1. Click the icon in the Red Box below to Open a new perspective


 2. Choose Java Browsing

3. You may find your class implementation as below.

No comments:

Post a Comment