-
javadoc
Hi,
I accidentally deleted my java and class file for an assignment. I don't want to have to re-do it. However, I generated javadoc for it. Is there any way I can degenerate the javadoc so I can get my .java and or .class files back? Please help!!!!!!!!
-
Re: javadoc
Your best bet would be to try and undelete the files! I think all Javadoc does is read the source files and create the HTML docs for them. I don't think it stores copies of the class files anywhere.
"There's nothing more dangerous than a resourceful idiot." ---Dilbert
-
Re: javadoc
Your best bet would be to try and undelete the files! I think all Javadoc does is read the source files and create the HTML docs for them. I don't think it stores copies of the class files anywhere.
---Splatt
"There's nothing more dangerous than a resourceful idiot." ---Dilbert