I am trying to Edit a dot class File for Markus Persson's game MiniCraft to add a Save button to the game. But I can't Figure out how to edit the class files.
Asked
Active
Viewed 99 times
1 Answers
1
.class is a "compiled" Java file. You don't edit that file, you would need the Java source.

spartygw
- 3,289
- 2
- 27
- 51
-
How do I get the Java Source? Could I decompile and Copy and Past?!? – user1998884 Jan 22 '13 at 03:03