Quote:
Originally Posted by Team3266Spencer
Can we have a full error message or better description of the problem if you can?
It sounds like you either have your project configured incorrectly or the package is misspelled in the class file?
|
Quote:
Originally Posted by Johnbot
Your package, org.usfirst.frc4621.4621Rev1_1, has an invalid name.
You can't have part of a package name start with a number, it must start with a letter or underscore. Just refactor/rename your package to start the bolded part of your package name to not start with a number.
|
Quote:
Originally Posted by Team3266Spencer
Thanks for seeing that ^^^ didn't even consider that.
|
Thank you both of you for replying and helping me.
I apoligize for not being more informative in my reply, but I did not want to flood the post with information and make it confusing. I am using the RobotBuilder application that generates Java code--though the line that caused the error code was not part of that generated code.
Thanks to you guys helping me catch that minor error, my code cleaned perfectly--no errors.
Thanks!