Hey, know you recommended that we all use jGRASP because that's what you know how to use, but I've been having problems with Dr. Java in that it compiles fine. It just gives me this error message when I try to run it:
"Static Error: No static method in RobotThatGoes with name 'main' accepts arguments (String[])"
Funny thing is, I went back and tried some of our assignment 1 java files and it compiled and ran fine.
It's not a problem with the newer java files because it compiles and runs fine in jGRASP.
I do have becker.jar in the classpath settings.
I can just use jGRASP but I want to find out what the cause of this problem is and learn something from it.