Thread: FRC plugin help
View Single Post
  #1   Spotlight this post!  
Unread 24-01-2015, 11:09
BLUEBELL BLUEBELL is offline
Registered User
FRC #3773
 
Join Date: Mar 2014
Location: Tecumseh
Posts: 15
BLUEBELL is an unknown quantity at this point
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?
Reply With Quote