requnix 0 Posted September 21, 2009 Report Share 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 Quote Link to post Share on other sites
Synook 47 Posted September 21, 2009 Report Share Posted September 21, 2009 (edited) You use the javac tool (from the command line). C:\>javac Program.java Note: javac is part of the JDK. Edited September 21, 2009 by Synook Quote Link to post Share on other sites
mdobson1 0 Posted October 22, 2009 Report Share 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 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.