Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Java (http://www.chiefdelphi.com/forums/forumdisplay.php?f=184)
-   -   FRC plugin help (http://www.chiefdelphi.com/forums/showthread.php?t=133432)

BLUEBELL 24-01-2015 11:09

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)

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

Re: FRC plugin help
 
We are using Java SE Development Kit 8

Joe Ross 24-01-2015 13:42

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.

BLUEBELL 02-02-2015 18:31

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"

Ben Wolsieffer 02-02-2015 18:34

Re: FRC plugin help
 
Quote:

Originally Posted by BLUEBELL (Post 1437436)
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.


All times are GMT -5. The time now is 22:25.

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