Go to Post The robotics, strategics, and technology make up the higher wavelengths, the adrenaline of competition the midband, and the low frequencies that pull at the heart, well that's the people. - John Wanninger [more]
Home
Go Back   Chief Delphi > Technical > Programming > Java
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Spotlight this post!  
Unread 07-08-2015, 16:40
lakecat's Avatar
lakecat lakecat is offline
Cat Expert
AKA: Tristan Thompson
FRC #2635 (Lake Monsters)
Team Role: Programmer
 
Join Date: Jan 2014
Rookie Year: 2012
Location: Lake Oswego, OR
Posts: 15
lakecat is an unknown quantity at this point
Eclipse Java Compile Issue

I have an iterative robot project that I split up into a number of packages. I added two extra packages underneath the usual org.usfirst.frc.team2635.robot package. Before splitting the project into packages, I was able to upload to the robot just fine. Now when I try to run, I get a long string of build errors like this:
Code:
compile:
    [mkdir] Created dir: C:\Users\localuser\Desktop\workspace\LiftBotJava\build
     [echo] [athena-compile] Compiling src with classpath=${wpilib.jar}:${networktables.jar} to build
    [javac] Compiling 26 source files to C:\Users\localuser\Desktop\workspace\LiftBotJava\build
    [javac] C:\Users\localuser\Desktop\workspace\LiftBotJava\src\org\usfirst\frc\team2635\robot\IElevationSetter.java:3: error: package edu.wpi.first.wpilibj does not exist
    [javac] import edu.wpi.first.wpilibj.SpeedController;
    [javac]                             ^
    [javac] C:\Users\localuser\Desktop\workspace\LiftBotJava\src\org\usfirst\frc\team2635\robot\IElevationSetter.java:7: error: cannot find symbol
    [javac] 	void setLiftElevation(Double setPoint, SpeedController lift1, SpeedController lift2);
    [javac] 	                                       ^
    [javac]   symbol:   class SpeedController
    [javac]   location: interface IElevationSetter
    [javac] C:\Users\localuser\Desktop\workspace\LiftBotJava\src\org\usfirst\frc\team2635\robot\IElevationSetter.java:7: error: cannot find symbol
    [javac] 	void setLiftElevation(Double setPoint, SpeedController lift1, SpeedController lift2);
    [javac] 	                                                              ^
    [javac]   symbol:   class SpeedController
    [javac]   location: interface IElevationSetter
And so on for 100 errors. Has anyone else had this problem?
Reply With Quote
 


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 10:23.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi