View Single Post
  #1   Spotlight this post!  
Unread 23-08-2016, 18:22
tkdberger's Avatar
tkdberger tkdberger is offline
SPAAACE
AKA: Hugh Mungous
FRC #3494 (Quadrangles)
Team Role: Programmer
 
Join Date: Jan 2016
Rookie Year: 2016
Location: Bloomington, IN
Posts: 22
tkdberger is an unknown quantity at this point
Unhappy Having trouble deploying code

Hi!

Our team is doing a demonstration of our robot very soon and we need to deploy code onto it. I'm essentially working on a new computer, and just got the FRC plugins and NI software from the 2016 competition loaded onto it. I'm using Eclipse Mars, because Neon wouldn't install the FRC plugins. Our source code can be found at https://github.com/tkdberger/3494_2016_repo.

However, whenever I try to deploy code, over any method, it will build fine, but the actual deploy process does nothing. I'm left staring at a blank console window labeled with
Code:
<terminated> build.xml [Ant Build]
and then the path to the JRE, C:\Program Files\Java\jre1.8.0_101\bin\javaw.exe

Other notes: Eclipse consistently gives the following error on start:

Code:
An internal error occurred during: "Initializing Java Tooling".
    org.eclipse.core.runtime.SubMonitor.split(I)Lorg/eclipse/core/runtime/SubMonitor;
Please help, we really need a driving robot ASAP
Reply With Quote