help needed - decompiling
I just did a really stupid thing and deleted my source files for a recent
project - luckily I have the class files but now I need to get them
decompiled. I just tried DJ Java Decompiler but it hasnt worked very well,
there is still a lot of work to do to get the files working. Does anybody
know of a good decompiler that might work for this? I have approximately 30
class files which form approximately 18 java files.
Any help would be greatly appreciated.
Thanks
Allan
.
Relevant Pages
- Re: help needed - decompiling
... I just tried DJ Java Decompiler but it hasnt worked very ... approximately 30 class files which form approximately 18 java files. ... Have you considered undelete utilities? ... (comp.lang.java.help) - Re: help needed - decompiling
... I just tried DJ Java Decompiler but it hasnt worked very well, there is still a lot of work to do to get the files working. ... I have approximately 30 class files which form approximately 18 java files. ... Note that the more disk activity that you cause to happen on the harddrive which contain the delete file, the less likely the undelete utilities can recover your files. ... (comp.lang.java.help) - Re: help needed - decompiling
... I just tried DJ Java Decompiler but it hasnt worked very well, ... there is still a lot of work to do to get the files working. ... 30 class files which form approximately 18 java files. ... (comp.lang.java.help) - Re: help needed - decompiling
... I just tried DJ Java Decompiler but it hasnt worked very well, ... class files which form approximately 18 java files. ... Canadian Mind Products, Roedy Green. ... (comp.lang.java.help) - Re: java packages
... when compiling this package/JavaClass.java, I did it from the parent directory but called the java files by their package/class names ... This making sure the package statements are correctly ... written in the resulting class files. ... Something that might help the OP here is to use the -d switch to javac, which causes the compiler to place the class files in a separate directory from the source files. ... (comp.lang.java.programmer) |
|