Jump to content

.java To .class ?


requnix

Recommended Posts

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

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

C:\>javac Program.java

Note: javac is part of the JDK.

Link to comment
Share on other sites

  • 1 month later...

Archived

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

×
×
  • Create New...