Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    16
    Views
    1,871

    Re: Homework Assignment help..

    Turn off all of eclipse's ignore options and compile it again to get the messages.

    Or compile with the javac command with the -Xlint option as shown above.
  2. Replies
    16
    Views
    1,871

    Re: Homework Assignment help..

    Your code has problems that the compiler will warn you about if you
    use the javac -Xlint option. For example:
    D:\Java\jdk1.7.0_45\bin\javac.exe -cp . -Xlint Thermostat.java

    You need to have ...
  3. Replies
    16
    Views
    1,871

    Re: Homework Assignment help..

    What is on line 40?
  4. Replies
    16
    Views
    1,871

    Re: Homework Assignment help..

    That message is often given when the compiler is lost because of something wrong on the lines immediately before the line with the error. Take a close look at the lines of code just before the...
  5. Replies
    16
    Views
    1,871

    Re: Homework Assignment help..

    That's strange. The error message says: Unresolved compilation problem:
    I'd interpret that as saying there is a syntax error in the code that gives an error when it is compiled.
    Try compiling the...
  6. Replies
    16
    Views
    1,871

    Re: Homework Assignment help..

    For A) eclipse should show what the problem is when the cursor is moved over the line with the error.

    B) Adjust must mean to change its value up or down.
    Have you tried calling the...
  7. Replies
    16
    Views
    1,871

    Re: Homework Assignment help..

    Please explain.
Results 1 to 7 of 7