Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Thread: Makes no sense...

    by Norm
    Replies
    14
    Views
    937

    Re: Makes no sense...

    The program can not find the file. Make sure the correct file name is used and that the file is present.
  2. Thread: Makes no sense...

    by Norm
    Replies
    14
    Views
    937

    Re: Makes no sense...

    What error messages are shown?
    Please copy the full text of the error message and paste it here. It has important info about the error.
  3. Thread: Makes no sense...

    by Norm
    Replies
    14
    Views
    937

    Re: Makes no sense...

    Look at the statement on line 25:
    the code refers to a file: us.gif in a folder named: image
  4. Thread: Makes no sense...

    by Norm
    Replies
    14
    Views
    937

    Re: Makes no sense...

    The program is coded to look in the image folder for the image file. And the image folder must be available to the java command when it executes (ie in the current directory where the java command...
  5. Thread: Makes no sense...

    by Norm
    Replies
    14
    Views
    937

    Re: Makes no sense...

    Look at the statement on line 25.
    Where is the us.gif file? Is it in the image folder? Is the image folder in the current directory when the code is executed?
  6. Thread: Makes no sense...

    by Norm
    Replies
    14
    Views
    937

    Re: Makes no sense...

    Scan through the text of the error message until you find a reference to a line in your code. This part of the message refers to line 25 and says there is a problem there with a URL. That line has...
  7. Thread: Makes no sense...

    by Norm
    Replies
    14
    Views
    937

    Re: Makes no sense...

    I get an execution error. Check to make sure you have not missed the execution error.
Results 1 to 7 of 7