|
Netbeans Having Problems With Imports
Hello, I'm the head programmer from team 3176. This year we gained a lot of interest in programming from other members so I decided to use my own laptop for my programming and let them experiment on our team laptop. It has been working out for the entire build season, but today one of them called me over with an interesting question. I came over to the computer and noticed nearly everything was underlined, assuming it was a misplaced bracket I looked through it attempting to fix it. When I went to look back at another program, we have been using, nearly everything on that was underlined as well. After some thinking I noticed that the imports seem to be the issue.
How it appears:
import edu.wpi.first.wpilibj (all works up to this point)
When typing after that the only thing to show up is templates, if I try to type something like IterativeRobot, it will be underlined with an error saying, "Cannot find symbol, import section does not correspond to the specified code style rules."
Now you know what my problem is, here is what I've done to attempt to fix it:
I first decided to restart netbeans, after that failed I restarted the computer and when that failed I uninstalled the plugins and then reinstalled the plugins.
After that failed, I decided to uninstall netbeans and reinstall netbeans. Once again it failed, so I'm here typing this long thread in hope a fellow FIRST member will be able to help me.
I've given you all the information I have, the only thing I could think could be a problem is when uninstalling netbeans, it left over some files (however I told it to delete everything when prompted to save any of the files).
Thanks in advance for your help.
|