zoukankan      html  css  js  c++  java
  • view class source code with JAD plugin in Eclipse

    The default class viewer doesn't decompile the class file so you cannot open and check the source code, you may down third part App to do that while it is not convenient for debugging. The JAD plugin unable you open it directly in Eclipse.

    you just follow below three stages to set the JAD plugin in Eclipse.

    • First, down plugin. the JAD plugin consists of two files, JAD.exe and net.sf.jadclipse_3.3.0.jar and you can download them from http://download.csdn.net/detail/sushengmiyan/6885693   and   http://download.csdn.net/download/csharpqiuqiu/7156175
    • Then put JAD.exe to any folder,  of cause Javajdk1.xxjrein is recommended. put the  net.sf.jadclipse_3.3.0.jar to your Eclipse plugin folder.

    At last, you need to do some setting in window->preferences. you need to restart your Eclipse first.

    General->Editors->File Associations.   add "JadClipse Class File Viewer" for both file type *.class and *.class without source, set as default at the same time.

    Java->JadClipse. set the "Path to decompiler" path with the JAD.exe you have set precedently.


    OK, now enjoy to view the source of class file directly in Eclipse.



  • 相关阅读:
    linux-nohup后台运行
    linux-友好显示文件大小
    System.exit(0)会跳过finally块的执行
    Spark-scala-API
    Lua协程-测试3
    Lua协程-测试2
    Lua协程
    费马大定理
    Spring事务超时、回滚的相关说明
    springboot测试service层的单元测试
  • 原文地址:https://www.cnblogs.com/fysola/p/6017186.html
Copyright © 2011-2022 走看看