View Full Version : Error Code???
BrighidKHeh
13-02-2015, 17:57
Using Java and Eclipse. Every time that I completely removed all of the errors from a class, this error comes up at the top of EVERY page:
"edu.wpi.first.wpilij.tables.ITable cannot be resolved. It is indirectly from required .class files"
How do I get rid of this? I can't find it anywhere in the wpilij files like it says.
Have you made sure the wpi updates are all imported into Eclipse correctly? The link is here: http://wpilib.screenstepslive.com/s/4485/m/13809/l/144150-installing-the-frc-2015-update-suite-all-languages. I can't really think of anything off the top of my head at the moment other then that. My team has run into a lot of Eclipse issues this season, but I haven't seen this! I'll see if there's anything anyone else can think of.
Lauren
Have you made sure the wpi updates are all imported into Eclipse correctly? The link is here: http://wpilib.screenstepslive.com/s/4485/m/13809/l/144150-installing-the-frc-2015-update-suite-all-languages. I can't really think of anything off the top of my head at the moment other then that. My team has run into a lot of Eclipse issues this season, but I haven't seen this! I'll see if there's anything anyone else can think of.
Lauren
Completely ignore what I just said as it is 110% wrong. http://stackoverflow.com/questions/18075343/java-project-in-eclipse-the-type-java-lang-object-cannot-be-resolved-it-is-ind is a link to a Stack Overflow post that is similar to your issue. It seems to have been resolved, hopefully some of the fixes posted there will help you! It's not FRC, but it is Eclipse and should help.
Lauren
BrighidKHeh
13-02-2015, 20:35
Eclipse just alerted me to two errors that aren't in the code:
#1: Project '2015TrojanCode ~ RecycleRush' is missing required Java Project '2015Code'
Resource: 2015TrojanCode
Location: Build Path
Type: Build Path Problem
#2: The project cannot be built until build path errors are resolved.
Recource: 2015TrojanCode
Location: Unknown
Type: Java Problem
First check your USB/Network connections. If they are fine, try re-imaging the roboRIO and re-installing Java onto it.
RufflesRidge
13-02-2015, 22:38
You seem to have something significantly broken in either your Eclipse setup or your project. Can you create a new project and try loading just the basic project onto the roboRIO and see if that works?
TFleig78
13-02-2015, 22:59
Eclipse just alerted me to two errors that aren't in the code:
#1: Project '2015TrojanCode ~ RecycleRush' is missing required Java Project '2015Code'
Resource: 2015TrojanCode
Location: Build Path
Type: Build Path Problem
#2: The project cannot be built until build path errors are resolved.
Recource: 2015TrojanCode
Location: Unknown
Type: Java Problem
I know we ran into problems when we started the name of a project with a number. rather than "2015TrojanCode" use "TrojanCode2015"
BrighidKHeh
16-02-2015, 16:09
I get an error when i attempt to rename the project.
vBulletin® v3.6.4, Copyright ©2000-2017, Jelsoft Enterprises Ltd.