Posted June 26, 200816 yr I used JAD to decompile a .class file and change it to a .jad file so that i could edit it in notepad, how would i now convert it to .class so that that it could be compiled back into my .jar project. And if this is not possible, could someone direct me toward a program that could convert a .class file into text that is decipherable so that i could edit it and compile it back into my .jar project?
June 26, 200816 yr I used JAD to decompile a .class file and change it to a .jad file so that i could edit it in notepad, how would i now convert it to .class so that that it could be compiled back into my .jar project. And if this is not possible, could someone direct me toward a program that could convert a .class file into text that is decipherable so that i could edit it and compile it back into my .jar project? if i remember right you cant decompile java machine code back into logical source code so what your doing wont work and you decompiled a class into a jad? wtf a jad is a java app package for cell phones
June 27, 200816 yr Author then how would i edit a class file and be able to use it in my final jar file that i decompressed
June 28, 200816 yr java executables can be decompiled into pretty much 100% genuine source code, just takes work.
June 29, 200816 yr Author ok so i have decompiled it into a .java file, edited it, and now i want to convert it back into a .class file, how would i go about doing that.