requnix Posted September 21, 2009 Posted September 21, 2009 Hello,I'm a beginner and have no experience in java,I only want to edit small thing in a mobile java game. I can decompile a .class file to .java using DJ Java Compiler. But the problem is: I don't know how to turn it back to .class after I editted it. Could anyone tell me how, or what software I can use?Just small info would be very helpful. Thank you
Synook Posted September 21, 2009 Posted September 21, 2009 You use the javac tool (from the command line). C:\>javac Program.java Note: javac is part of the JDK.
mdobson1 Posted October 22, 2009 Posted October 22, 2009 if the above reply doesnt work, then you will need to check that the path is right, if you contact me on michaeldobson18@hotmail.co.uk then i will send you some tutorial videos that i found helpful
Recommended Posts
Archived
This topic is now archived and is closed to further replies.