I decompiled a .class file, but when I saved it is was saved as a text file not as a binary .class file,
Is there any soft which I can compile it back to .class?
Printable View
I decompiled a .class file, but when I saved it is was saved as a text file not as a binary .class file,
Is there any soft which I can compile it back to .class?
If you decompiled it of course you got a text file.
You can compile it again with any Java compiler.
The official Sun Microsystems one will work; there're also ECJ (the Eclipse Compiler for Java) and GCJ (the GNU Compiler for Java), as well as a small host of others.
Gel, Textpad, Netbeans :)
Compilers, not editors.
Oh. :confused:
What's wrong with the good ol' JDK?
http://java.sun.com/javase/downloads/index.jsp
     Quote:
Originally Posted by myself