|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
FRC plugin help
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
Code:
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.java:434) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) |
|
#2
|
||||||
|
||||||
|
What version of Java are you running?
|
|
#3
|
|||
|
|||
|
Re: FRC plugin help
We are using Java SE Development Kit 8
|
|
#4
|
||||||
|
||||||
|
Re: FRC plugin help
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.
|
|
#5
|
|||
|
|||
|
Re: FRC plugin help
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"
|
|
#6
|
|||
|
|||
|
Re: FRC plugin help
That probably means that your code is crashing. Look in Riolog or the DS log for any messages.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|