CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: javadoc

  1. #1
    Join Date
    Sep 2000
    Posts
    2

    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!!!!!!!!


  2. #2
    Join Date
    Mar 2000
    Location
    Kaysville, UT
    Posts
    228

    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
    BWAHAHAHAHAHAHA! ---Murray

  3. #3
    Join Date
    Mar 2000
    Location
    Kaysville, UT
    Posts
    228

    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
    BWAHAHAHAHAHAHA! ---Murray

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured