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

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?

What version of Java are you running?

We are using Java SE Development Kit 8

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.

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.