Jode是一種反編譯的工具,如果將其添加到eclipse中,可以方便程序員的開(kāi)發(fā)。
eclipse工具配置Jode反編譯工具步驟如下:
eclipse:help => Software Updates => Find and Install... => Search for new features to install,單擊"New Remote Site..." 在URL欄輸入 http://www.technoetic.com/eclipse/update 然后下一步,就可以看到“jode decompiler plugin *.*”了,選上安裝就可以了,由于Jode Decompiler是純Java編寫(xiě)的所以也不需要其他的什么組件來(lái)支持了,安裝好了可以看到Window => Preferences... => Java => Jode Decompiler選項(xiàng)卡。安裝好了再設(shè)置一下文件關(guān)聯(lián)就可以了,Window => Preferences... => General => Editors => File Associations找到"*.class"在"Associated editors"里面可以看到"Jode class file viewer"選中它再單擊Default按鈕就OK了.
隨后,就可以使用Jode查看包括Jar包內(nèi).class文件的源代碼了。
eclipse工具配置Jode反編譯工具步驟如下:
eclipse:help => Software Updates => Find and Install... => Search for new features to install,單擊"New Remote Site..." 在URL欄輸入 http://www.technoetic.com/eclipse/update 然后下一步,就可以看到“jode decompiler plugin *.*”了,選上安裝就可以了,由于Jode Decompiler是純Java編寫(xiě)的所以也不需要其他的什么組件來(lái)支持了,安裝好了可以看到Window => Preferences... => Java => Jode Decompiler選項(xiàng)卡。安裝好了再設(shè)置一下文件關(guān)聯(lián)就可以了,Window => Preferences... => General => Editors => File Associations找到"*.class"在"Associated editors"里面可以看到"Jode class file viewer"選中它再單擊Default按鈕就OK了.
隨后,就可以使用Jode查看包括Jar包內(nèi).class文件的源代碼了。