Click to See Complete Forum and Search --> : question


bien09cruz
10-07-2008, 11:54 AM
how can i edit a class file?

starheartbeam
10-07-2008, 12:00 PM
Class files are compiled java files. You cannot edit them directly, You have to use a decompiler to to decompile the class file.

The result oftentimes contains codes that you don't write. so you have to rebuild the result of it to a new java file.

bien09cruz
10-07-2008, 12:05 PM
honestly i didn't write the code, i downloaded the code so that i can study on how to make the calculator work. can u rely my to a direct link where i can download a decompiler.

tia!

FourCourtJester
10-07-2008, 12:08 PM
He doesn't have a .class file. He has a custom class made inside of a java program.

http://www.webdeveloper.com/forum/showthread.php?t=192906

starheartbeam
10-07-2008, 12:16 PM
ok that is a different story. Thanks for clearing that up FourCourtJester!