• 工作与Java类的工作人员和任何工具,可以做出的反编译和转化这个文件更容易受到欢迎。 这样的一个实用工具JAD的命令行应用程序设计工作快速和精确度。

    该节目是用C++编写和主要功能是拆卸。类文件,但它可以只以及干净的源代码,从而使它更适合于编纂的。

    JAD可以部署从命令行控制台,它将编Java类进入的源代码。 这样,开发人员可以一目了然深入的代码Java运行图书馆和甚至美化线,他们准备为重新编译。

    有一些限制,这种软件与斗争并在我们的测试我们发现,它无法分析的类文件的其他版本的比45.3,46.0和47.0的。 尽管如此,该输出。jad文件产生正确,即使一些成员类引用可能不被发现。

    的反编译能力的JAD肯定会证明一天赐的任何开发人丢失或误放的源码。 然而,应该注意的,是有风险的复盖的源代码的文件,特别是当'-o'(复盖输出的文件没有确认)使用参数。

    所有在所有,这个小小的应用程序的一项伟大的工作时谈到拆卸。类Java文件,尽管一些固有的故障引起的一些固有的限制。 一个很大帮助恢复和探索源代码,JAD可以肯定的是一个工具的选用皮带的许多Java开发。

  • के साथ काम कर रहे जावा वर्गों के लिए एक नौकरी है प्रोग्रामर और किसी भी उपकरण है कि कर सकते हैं decompilation और रूपांतरण के इस फ़ाइलें आसान का स्वागत किया है । इस तरह के एक उपयोगिता है JAD, एक कमांड-लाइन आवेदन डिज़ाइन किया गया है कि काम करने के लिए तेजी से और सटीकता के साथ.

    प्रोग्राम C++ में लिखा है और मुख्य समारोह है जुदा करने के लिए है । वर्ग फ़ाइलों, लेकिन यह कर सकते हैं बस के रूप में अच्छी तरह से स्वच्छ स्रोत कोड और इस प्रकार यह अधिक उपयुक्त बनाने के संकलन के लिए है ।

    JAD तैनात किया जा सकता है कमांड लाइन से सांत्वना और यह विघटित जावा वर्गों में स्रोत कोड. इस तरह, डेवलपर्स कर सकते हैं नज़र में गहरी कोड के जावा रनटाइम लायब्रेरीज़ और भी सुशोभित लाइनों, उन्हें तैयार करने के लिए एक रखता है ।

    वहाँ कुछ सीमाएं हैं इस सॉफ्टवेयर के साथ संघर्ष और हमारे परीक्षण के दौरान हम बाहर पाया है कि यह नहीं पार्स वर्ग फ़ाइलों के संस्करणों के साथ अन्य की तुलना में 45.3, 46.0 और 47.0. फिर भी, उत्पादन .jad फाइल उत्पन्न किया गया था सही ढंग से, यहां तक कि अगर कुछ सदस्य वर्ग के संदर्भ में नहीं पाया जा सकता है.

    के decompiling की क्षमता JAD निश्चित रूप से साबित एक आकस्मिक धन के लिए किसी भी डेवलपर जो खो दिया है या गलत के स्रोत कोड. हालांकि, एक नोट करना चाहिए कि वहाँ एक जोखिम है के overwriting स्रोत कोड फ़ाइलें, विशेष रूप से जब 'o' (अधिलेखित आउटपुट फाइल पुष्टि के बिना) पैरामीटर का उपयोग किया जाता है ।

    सब सब में, इस छोटे से आवेदन एक अच्छा काम करता है जब यह आता है करने के लिए disassembling .वर्ग जावा फ़ाइलों के बावजूद, कुछ निहित खामियों की वजह से कुछ जन्मजात सीमाओं. एक महान सहायक को ठीक करने के लिए खोज और स्रोत कोड, JAD कर सकते हैं निश्चित रूप से एक उपकरण के चुनाव में उपयोगिता बेल्ट के कई जावा डेवलपर्स.

  • Working with Java classes is a job for programmers and any tool that can make the decompilation and conversion of this files easier is welcomed. Such a utility is JAD, a command-line application that is designed to work fast and with accuracy.

    The program is written in C++ and the main function is to disassemble .class files, but it can just as well clean source code and thus make it more suitable for compiling.

    JAD can be deployed from the command-line console and it will decompile Java classes into source code. This way, developers can glance deep into the code of Java runtime libraries and even beautify the lines, preparing them for a recompilation.

    There are some limitations this software struggles with and during our tests we found out that it cannot parse class files with versions other than 45.3, 46.0 and 47.0. Nonetheless, the output .jad file was generated correctly, even if some member class references could not be found.

    The decompiling ability of JAD will certainly prove a godsend for any developer who lost or misplaced the source code. However, one should note that there is a risk of overwriting source code files, especially when the '-o' (overwrite output files without confirmation) parameter is used.

    All in all, this tiny application does a great job when it comes to disassembling .class Java files, despite some inherent glitches caused by some innate limitations. A great helper for recovering and exploring source code, JAD can surely be one of the tools of choice in the utility belt of many Java developers.