Ok, I downloaded a client that's pretty cool, but I wanna change some things around. THe problem is that all of the files are in class and I can't edit those. How would I get those files into .java files?
Printable View
Ok, I downloaded a client that's pretty cool, but I wanna change some things around. THe problem is that all of the files are in class and I can't edit those. How would I get those files into .java files?
Dowload this
[Only registered and activated users can see links. Click Here To Register...]
Then make a new folder doesnt matter about the name. put it on your desktop then copy and paste all the .class files into the new folder
then open jd-gui
Top left corner click file > open file. then open the new folder u made should be on desktop open any .class file, it should open without the boxes and then top left corner click
file > save sources and save it.
That wont work if its obfuscated, as there will be obfuscation errors.Quote:
Originally Posted by t3aowner [Only registered and activated users can see links. Click Here To Register...]
What are obsufacations errors or whatever they're called and how do I get around them?