Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    17
    Views
    1,283

    Re: Updater Project: Download and Execute Update

    You will have to ask the site's administrator to see how the server can be used.
  2. Replies
    17
    Views
    1,283

    Re: Updater Project: Download and Execute Update

    This seems to be the important part.
  3. Replies
    17
    Views
    1,283

    Re: Updater Project: Download and Execute Update

    There was no conversion. Your program wrote what it received from the server into a file with a .jar extension.

    What message did the html file have?
  4. Replies
    17
    Views
    1,283

    Re: Updater Project: Download and Execute Update

    what did you see in the downloaded file?
  5. Replies
    17
    Views
    1,283

    Re: Updater Project: Download and Execute Update

    Open the file that was downloaded in a text editor and see what it there.
  6. Replies
    17
    Views
    1,283

    Re: Updater Project: Download and Execute Update

    What part is the problem? The code uses println statements already
    numRead contains the number of bytes read, print it using println()
  7. Replies
    17
    Views
    1,283

    Re: Updater Project: Download and Execute Update

    Try debugging the code by adding println statements that print out the number of bytes read. Also sum them and print the running total of all the bytes read.

    Did you compare the bytes that were...
  8. Replies
    17
    Views
    1,283

    Re: Updater Project: Download and Execute Update

    Do you have a compare program that can compare files byte by byte and find what has been corrupted?
    I assume you have checked to see if the files are exactly the same size.
  9. Replies
    17
    Views
    1,283

    Re: Updater Project: Download and Execute Update

    I don't think renaming a file will change its contents.
    Can you explain what happens? "or something" doesn't say much.
Results 1 to 9 of 9