Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » Eclipse Neon 4.6.0 with E(fx)clipse 2.4.0 not working(org.eclipse.fx.ui.workbench.fx, org.eclipse.fx.ui.di and org.eclipse.fx.ui.databinding not found)
Eclipse Neon 4.6.0 with E(fx)clipse 2.4.0 not working [message #1736858] Sun, 03 July 2016 19:03 Go to next message
Dieter Engelhardt is currently offline Dieter EngelhardtFriend
Messages: 23
Registered: June 2016
Junior Member
Hi there,
i'm working on a Linux 64 BIt System (Linux Mint 17.3 Rosa).
I installed a fresh Eclipse Neon Release (4.6.0) and installed the e(fx)clipse plugin and target Platform as described here: https://wiki.eclipse.org/Efxclipse.
When I create a new JavaFX7OSGI/ e4 Application Project, I get org.eclipse.fx.ui.workbench.fx, org.eclipse.fx.ui.di and org.eclipse.fx.ui.databinding not found.

Can someone help me out there?

Regards
Dieter
Re: Eclipse Neon 4.6.0 with E(fx)clipse 2.4.0 not working [message #1737106 is a reply to message #1736858] Tue, 05 July 2016 18:18 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
You need to set a target platform did you do that?
Re: Eclipse Neon 4.6.0 with E(fx)clipse 2.4.0 not working [message #1737108 is a reply to message #1737106] Tue, 05 July 2016 18:29 Go to previous messageGo to next message
Dieter Engelhardt is currently offline Dieter EngelhardtFriend
Messages: 23
Registered: June 2016
Junior Member
Yes I set up a target platform.
I discovered the same behavior today by downloading your preinstalled e(fx)clipse and installed it on an Win 7 64 bit machine.
I created the sample project.
Same behaviour.

[Updated on: Tue, 05 July 2016 18:31]

Report message to a moderator

Re: Eclipse Neon 4.6.0 with E(fx)clipse 2.4.0 not working [message #1737110 is a reply to message #1737108] Tue, 05 July 2016 19:31 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Can you show a picture of your target platform dialog?
Re: Eclipse Neon 4.6.0 with E(fx)clipse 2.4.0 not working [message #1737117 is a reply to message #1737110] Tue, 05 July 2016 20:47 Go to previous messageGo to next message
Dieter Engelhardt is currently offline Dieter EngelhardtFriend
Messages: 23
Registered: June 2016
Junior Member
Here the screenshots.
Hope this clarifies.

[Updated on: Tue, 05 July 2016 21:04]

Report message to a moderator

Re: Eclipse Neon 4.6.0 with E(fx)clipse 2.4.0 not working [message #1737150 is a reply to message #1737117] Wed, 06 July 2016 07:14 Go to previous messageGo to next message
Christoph Keimel is currently offline Christoph KeimelFriend
Messages: 482
Registered: December 2010
Location: Germany
Senior Member
Hi Dieter,

the features you have selected only have 55 plugins. Did you check the contents tab, if the plugins you are missing are there? I would assume not.

To get all the plugins you should select the the "Target Platform Feature" instead:
index.php/fa/26401/0/

I recommend not to put your eclipse installation ${eclipse_home} into your target platform definition. The efxclipse "Target Platform Feature" already includes a lot of the plugins you could need from the eclipse platform. If you need more you should manually add the specific features you need to the definition.

Cheers,
Christoph
Re: Eclipse Neon 4.6.0 with E(fx)clipse 2.4.0 not working [message #1737159 is a reply to message #1737117] Wed, 06 July 2016 07:45 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Well for a pure e4 application you should have selected only the "Target
Platform feature" who is self contained.

Tom

On 05.07.16 22:47, Dieter Engelhardt wrote:
> Here the screenshots.
> Hope this clarifies.
>
Re: Eclipse Neon 4.6.0 with E(fx)clipse 2.4.0 not working [message #1737191 is a reply to message #1737159] Wed, 06 July 2016 10:15 Go to previous messageGo to next message
Dieter Engelhardt is currently offline Dieter EngelhardtFriend
Messages: 23
Registered: June 2016
Junior Member
Thanx a lot Tom.
Re: Eclipse Neon 4.6.0 with E(fx)clipse 2.4.0 not working [message #1737518 is a reply to message #1736858] Fri, 08 July 2016 23:19 Go to previous messageGo to next message
Henri Boucher is currently offline Henri BoucherFriend
Messages: 56
Registered: September 2015
Member
I had the same problem. Thanks.
I've added some parts to Application.e4xmi. When I launch the application a
blank window comes up and I get a couple of messages in the console.

java.version=1.8.0_91
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product my.sample.app.product
Command-line arguments:  -product my.sample.app.product -data C:\Users\tfdllc158\workspace/../runtime-my.sample.app.product -dev file:C:/Users/tfdllc158/workspace/.metadata/.plugins/org.eclipse.pde.core/my.sample.app.product.product/dev.properties -os win32 -ws win32 -arch x86 -consoleLog

!ENTRY org.eclipse.equinox.ds 1 0 2016-07-08 16:29:43.986
!MESSAGE Could not bind a reference of component org.eclipse.fx.core.internal.JUtilLoggerFactory. The reference is: Reference[name = registerHandler, interface = java.util.logging.Handler, policy = dynamic, policy-option = greedy, cardinality = 0..n, target = null, bind = registerHandler, unbind = unregisterHandler, updated = null]

!ENTRY org.eclipse.equinox.ds 1 0 2016-07-08 16:29:44.499
!MESSAGE Could not bind a reference of component my.sample.app.themes.default. The reference is: Reference[name = Stylesheet, interface = org.eclipse.fx.ui.services.theme.Stylesheet, policy = dynamic, cardinality = 0..n, target = null, bind = registerStylesheet, unbind = unregisterStylesheet]


I'm not very familiar with ds stuff. The DefaultTheme.java file in
my.sample.app.themes bundle points to a css with a single
comment line. Any suggestions?

Henri
Re: Eclipse Neon 4.6.0 with E(fx)clipse 2.4.0 not working [message #1737557 is a reply to message #1737518] Sat, 09 July 2016 20:59 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
This are not problems but invalid warnings from equinox DS
Previous Topic:OS X bundle provided at http://efxclipse.bestsolution.at/ not working
Next Topic:@Preference - check if value exists
Goto Forum:
  


Current Time: Tue Mar 19 08:58:03 GMT 2024

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

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

Back to the top