搜索资源列表
JBookMaker
- 非常好用的Java反编译器,将字节码文件反编译为java文件,想要学习别人源码的朋友用的着它的。用于将jar包中的.class文件反编译-Very useful Java Decompiler will decompile byte-code files for the java files, others want to learn the source of a friend with it. Jar used to package. Class files decompile
jd-gui
- 反编译JAVA源代码,但中文支持效果不理想,可以用来反编译大量的国外封装的java类-Anti-compile JAVA source code, but the Chinese support the result is not satisfactory, can be used to decompile a large number of foreign package java class
jd-gui-0.3.0.windows
- 最強大返組譯java程式碼JAR或class整包還原比DJ_Java_Decompiler還真-Back to assemble the most powerful java code JAR or class than the DJ_Java_Decompiler really the whole package to restore the
newproject
- 基于JDK的Java IDE的设计与实现。该系统集Java源代码的编辑、编译、运行、 动态显示行号、图形界面中显示程序出错信息、多页编辑源代码等功能于一体, 利用OOA&OOD的方法,通过Java语言来实现。核心设计思想:系统的编辑器用 JTextArea类实例为主体来充当,编译器和解释器则是通过调用JDK开发包中提供的 javac程序和java程序来实现,并通过File类实例建立起编辑器、编译器和解释器的联系。-JDK-based design and