Java compiler: Difference between revisions

Content deleted Content added
Line 15:
* Eclipse Compiler for Java (ECJ), an open source [[incremental compiler]] used by the [[Eclipse (software)|Eclipse]] project.
 
I dont know wat is compiler
== Java decompilers ==
 
A Java [[decompiler]] tries to reverse the process of compiling, that is it tries to decompile Java bytecode files (*.class) back to Java source files (*.java).
 
* [[DJ Java Decompiler]] [http://www.neshkov.com/] (Uses JAD) 10 use trial version
* [[JAD (JAva Decompiler)|JAD]], written in [[C++]], free for non-commercial use.
* [[JD Java Decompiler|JD]] [http://java.decompiler.free.fr/], younger project, includes GUI, optional Eclipse-plugin.
* [http://jode.sourceforge.net/ JODE], decompiler and optimizer, open-source.
* [[Mocha (decompiler)|Mocha]], one of the first decompilers for Java.
* [[AndroChef Java Decompiler]] [http://www.neshkov.com/ac_decompiler.html] 10 use trial version
 
==External links==