Log in

View Full Version : FRC plugin help


BLUEBELL
24-01-2015, 11:09
I installed the FRC plugins in Eclipse Luna on Debian Wheezy, but I am unable to create a WPI robot project. The only error I am given is
org.osgi.framework.BundleException: Could not resolve module: edu.wpi.first.wpilib.plugins.core [425]
Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.7))"

at org.eclipse.osgi.container.Module.start(Module.jav a:434)
at org.eclipse.osgi.container.ModuleContainer$Contain erStartLevel.incStartLevel(ModuleContainer.java:15 82)
at org.eclipse.osgi.container.ModuleContainer$Contain erStartLevel.incStartLevel(ModuleContainer.java:15 61)
at org.eclipse.osgi.container.ModuleContainer$Contain erStartLevel.doContainerStartLevel(ModuleContainer .java:1533)
at org.eclipse.osgi.container.ModuleContainer$Contain erStartLevel.dispatchEvent(ModuleContainer.java:14 76)
at org.eclipse.osgi.container.ModuleContainer$Contain erStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.d ispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$E ventThread.run(EventManager.java:340)

Could anyone shed some light on this issue?

Joe Ross
24-01-2015, 11:24
What version of Java are you running?

BLUEBELL
24-01-2015, 11:36
We are using Java SE Development Kit 8

Joe Ross
24-01-2015, 13:42
I suspect eclipse is using debians default version of java (OpenJDK 6, if I remember correctly), not the the JDK you installed. You can check in the eclipse installation details.

BLUEBELL
02-02-2015, 18:31
Now I can create programs but I cannot deploy them to the roboRIO. I have deployed successfully to the roboRIO on Windows, but when I try to deploy in Linux it says BUIILD SUCCESSFUL but the driver station says "No Robot Code"

Ben Wolsieffer
02-02-2015, 18:34
Now I can create programs but I cannot deploy them to the roboRIO. I have deployed successfully to the roboRIO on Windows, but when I try to deploy in Linux it says BUIILD SUCCESSFUL but the driver station says "No Robot Code"

That probably means that your code is crashing. Look in Riolog or the DS log for any messages.