Decompile a *.class file?
Hi! I wanted to know if anyone could assist me with some resources or help in opening a .class file so that I can change a few lines in the class.
From what I have read, i understand it must be decompiled, use of jad? But I cant get it to work properly, I would get an error along the lines:
./jad: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
Can someone assist me in either getting this jad to run via terminal, or just in providing some guide in viewing and editing the content .class files.
(Btw, I am using the LSST ETC open source program, which simulates a telescope, and I am interested in seeing how the program works, and where it specifies a few default parameters.)
thank you for all the help and your time!!