View Single Post
  #16   Spotlight this post!  
Unread 24-01-2015, 02:20
Cryptogenic Cryptogenic is offline
Registered User
no team
Team Role: Programmer
 
Join Date: Jan 2015
Rookie Year: 2014
Location: United States
Posts: 19
Cryptogenic is an unknown quantity at this point
Re: Eclipse won't connect to roboRIO

Quote:
Originally Posted by RushAHead View Post
My team ran into the same problem in a C++ environment. We ended up having to add the below line of code to our build.xml file at the bottom of the rest of the "property file" lines (including this one, we had 3), clean project, and build. Not sure if it'll work for you guys, but I hope it does!

<property file="${user.home}/wpilib/cpp/${version}/ant/build.properties"/>
I am going to try it tomorrow when I get back to the lab. But, just in case anyone just copies and pastes it and doesn't notice, make sure to change cpp to java:

<property file="${user.home}/wpilib/java/${version}/ant/build.properties"/>