You probably want to be searching for Java Compiler. Ubuntu/Unix computers come with javac (so the command would be: javac my_java_application.java).
Offline
You mean an IDE? try NetBeans or Eclipse.
Offline
He's talking about a CLASS editor. So, not NetBeans.
Mathwizz told me one....can't remember it now.
Offline
Go to the Java Official Topic
You can't edit .class files, those are compiled. Safe your code as a .java file, navigate to the directory, and type javac (name if file).java
Offline
WindowsExplorer wrote:
How do you mod minecraft then?
Minecraft Coder Pack decompiles them. The javap function, I believe. Mods also need to use completely different .class files, or else they would corrupt the .jar.
Offline