requnix 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 Link to comment Share on other sites More sharing options...
Synook 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 Link to comment Share on other sites More sharing options...
mdobson1 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now