Need to see original text
-
I am currently trying to read a .Class file written for Minecraft Modpack. But when I open the file in Notepad++ I get a lot of nulls and other errors. I need to read the text in the original text so I know what to do next. Can someone please guide me either what I am doing wrong and how to get myself to the text so i can read it.
-
class files are bytecode files not text files. You need to decompile it in order to view the source code.
Cheers
Claudia -
Is that something I can do in Notepad++ or from a different source?
-
Notepad++ doesn’t have a java decompiler builtin, you need to download one.
Cheers
Claudia