Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Thread: Project help

    by Norm
    Replies
    12
    Views
    1,527

    Re: Project Not Working

    Add println statements that print messages when they are executed. That will show you where the code is executing. For example:
    System.out.println("at start of loop1");
    .... ...
  2. Thread: Project help

    by Norm
    Replies
    12
    Views
    1,527

    Re: Project Not Working

    Where is the code executing? Add some println() statements to show where the code is executing.
  3. Thread: Project help

    by Norm
    Replies
    12
    Views
    1,527

    Re: Project Not Working

    Can you explain? Are there error messages? Copy the full text and post it here.
    Is the output wrong? Copy the output, paste it here and add comments describing what you want it to be.
Results 1 to 3 of 3