Skip to main content



      Home
Home » Eclipse Projects » e(fx)clipse » Example plugin fails. No workbench3 plugin found
Example plugin fails. No workbench3 plugin found [message #1669041] Thu, 12 March 2015 14:59 Go to next message
Eclipse UserFriend
I'm running Eclipse Luna on Windows 8 with Java 8. I installed E(fx)clipse from the update site in the tutorial and created a sample JavaFX plugin in the plugin project wizard.

The new javafx.views.ui.workbench3 import fails because the plugin does not exist in the dependencies available in my manifest.mf file. There is no mention of it in the plugins list under 'about eclipse' either.

My error log doesn't mention anything about workbench3 specifically. There are several complaints about xtext (I only installed the xtext distributable, not the sdk or anything else since the tutorial doesn't specify what is required). The only error that looked like it might be related was:

org.osgi.framework.BundleException: Could not resolve module: org.eclipse.fx.ide.java6 [784]
Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version>=1.3)(!(version>=1.8)))"

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)


I feel like this issue is known or touched on in the forums but I can't find anything that looks like a clear solution. Assistance would be greatly appreciated since I'm stuck using Kepler on Linux (the only install that has worked out of the box so far). Is there another step, copying some jar file around or something, that should be mentioned in the tutorial?

Thanks!

[Updated on: Thu, 12 March 2015 15:00] by Moderator

Re: Example plugin fails. No workbench3 plugin found [message #1669125 is a reply to message #1669041] Thu, 12 March 2015 15:42 Go to previous message
Eclipse UserFriend
Ok, so I took a look and tutorial 2 and it seems I must use a different repo (nightly) for Luna installs (it would be helpful if that were on the main how to install tutorial). Now I have workspace3 but the demo plugin for javafx is missing from the new plugin wizard.

Edit: I switched to a new workspace and the problem with my workspace plugins being unable to find the swt plugins vanished.

[Updated on: Thu, 12 March 2015 18:26] by Moderator

Previous Topic:unable to select text by mouse down + drag on Java FX WebView control
Next Topic:e(fx)clipse at EclipseCon NA 2015
Goto Forum:
  


Current Time: Sat Jul 05 03:55:48 EDT 2025

Powered by FUDForum. Page generated in 0.04166 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top