Jump to content

.java To .class ?


requnix

Recommended Posts

Posted

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 :)

Posted

You use the javac tool (from the command line).

C:\>javac Program.java

Note: javac is part of the JDK.

  • 1 month later...
Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...