Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Thread: Need help!!!!!

    by Norm
    Replies
    19
    Views
    1,295

    Re: Need help!!!!!

    Check that the {}s are correctly paired.
  2. Thread: Need help!!!!!

    by Norm
    Replies
    19
    Views
    1,295

    Re: Need help!!!!!

    I can't see what you did if you don't post the code that shows the problem.
  3. Thread: Need help!!!!!

    by Norm
    Replies
    19
    Views
    1,295

    Re: Need help!!!!!

    Yes ???
  4. Thread: Need help!!!!!

    by Norm
    Replies
    19
    Views
    1,295

    Re: Need help!!!!!

    Check that the {}s are properly paired.

    I can't tell why the compiler gives that error without seeing a lot of the code that comes before the statement with the error.
  5. Thread: Need help!!!!!

    by Norm
    Replies
    19
    Views
    1,295

    Re: Need help!!!!!

    Check that the {}s are properly paired. The statement should look somthing like this:

    if(some condition) {
    // do some stuff here
    } else {
    // do something else here
    }
  6. Thread: Need help!!!!!

    by Norm
    Replies
    19
    Views
    1,295

    Re: Need help!!!!!

    Copy the full text of the error messages and paste it here.
  7. Thread: Need help!!!!!

    by Norm
    Replies
    19
    Views
    1,295

    Re: Need help!!!!!

    Where are the error messages?
  8. Thread: Need help!!!!!

    by Norm
    Replies
    19
    Views
    1,295

    Re: Need help!!!!!

    Copy the full text of the error messages and paste it here.

    Please edit your post and wrap your code with code tags:


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.
  9. Thread: Need help!!!!!

    by Norm
    Replies
    19
    Views
    1,295

    Re: Need help!!!!!

    To run a java program, first compile it with the javac command, then execute it with the java command.
    See an example in the tutorial: "Hello World!" for Microsoft Windows (The Java™ Tutorials >...
  10. Thread: Need help!!!!!

    by Norm
    Replies
    19
    Views
    1,295

    Re: Need help!!!!!

    Do you have a question you meant to ask?

    Please edit your post and wrap your code with code tags:


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.
Results 1 to 10 of 10