Search:

Type: Posts; User: Ryoga227

Search: Search took 0.09 seconds.

  1. Re: Complete beginner to Java, problem with error message "non-static variable..."

    Yay!!! I finally figured out what the problem was. Apparently I had the class I was creating at the bottom of the program in main and therefore it was static. I hope that this post can be a help to...
  2. Re: Complete beginner to Java, problem with error message "non-static variable..."

    It may have just not given me the non-static error message because I took out the



    and I think I need that to set up the objects which is why I'm probably getting the null pointer exception
  3. Re: Complete beginner to Java, problem with error message "non-static variable..."

    Thank you so much! I think I may have solved the problem. It now complies. I now have an



    error message when I try to run it. The link to the Java Boutique is
    exactly what I need for this...
  4. Re: Complete beginner to Java, problem with error message "non-static variable..."

    I apologize that it is so long, since I didn't know what lines were relevant I didn't know what to omit. Thank you for your response and your explanation. Although I didn't understand some of it I...
  5. Re: Complete beginner to Java, problem with error message "non-static variable..."

    Sorry about that. Thank you for responding. Below I have the the error I received as well as the program wrapped within code markers.







    import java.util.*;
  6. Complete beginner to Java, problem with error message "non-static variable..."

    I'm working on a project for an intro to Java programming class and I've seen other posts about this problem but I don't understand the
    terminology of the explanations. This is more than just a...
Results 1 to 6 of 6