zoukankan      html  css  js  c++  java
  • Java

    Java Decompiler

    The “Java Decompiler project” aims to develop tools in order to decompile and analyze Java 5 “byte code” and the later versions.
    JD-Core, JD-GUI & JD-Eclipse are open source projects released under the GPLv3 License.

    JD-Core

    JD-Core is a library that reconstructs Java source code from one or more “.class” files. JD-Core may be used to recover lost source code and explore the source of Java runtime libraries.
    New features of Java 5, such as annotations, generics or type “enum”, are supported. JD-GUI and JD-Eclipse include JD-Core library.

    JD-GUI

    JD-GUI is a standalone graphical utility that displays Java source codes of “.class” files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields.

    JD-Eclipse

    JD-Eclipse is a plug-in for the Eclipse platform. It allows you to display all the Java sources during your debugging process, even if you do not have them all.
    JD-Eclipse Installation:
    1. Download and unzip the JD-Eclipse Update Site,
    2. Launch Eclipse,
    3. Click on "Help > Install New Software...",
    4. Click on button "Add..." to add an new repository,
    5. Enter "JD-Eclipse Update Site" and select the local site directory,
    6. Check "Java Decompiler Eclipse Plug-in",
    7. Next, next, next... and restart Eclipse.

    JD-IntelliJ

    JD-IntelliJ is a plug-in for... the IntilliJ IDE.

    Jad

  • 相关阅读:
    Java虚拟机平台无关性
    全局变量维护
    linux free 打印机
    存储介质
    Linux 从手表到大型主机 硬件驱动
    queue_action
    queue — A synchronized queue class
    Spark Shuffle 中 JVM 内存使用及配置内幕详情
    JAVA中Stack和Heap的区别
    spark 33G表
  • 原文地址:https://www.cnblogs.com/anliven/p/7198088.html
Copyright © 2011-2022 走看看