org.eclipse.fx.javafx deprecation? [message #1716832] |
Tue, 08 December 2015 07:50  |
Eclipse User |
|
|
|
Hi everyone, I'm trying to put together a simple e(fx)clipse RCP project. When I launch I get the following warning:
WARNING: You are binding against the deprecated org.eclipse.fx.javafx - please remove all javafx imports
This bundle is deprecated? Why? What exactly is the more up to date alternative for linking to javafx classes? I can find no information about this deprecation anywhere.
Anyone have any knowledge about this?
Thanks,
Eli
|
|
|
|
Re: org.eclipse.fx.javafx deprecation? [message #1716849 is a reply to message #1716838] |
Tue, 08 December 2015 09:51   |
Eclipse User |
|
|
|
Thanks, this gave me enough help to figure it out. For anyone else using bnd/bndtools like me, it seems the way to do this is something like:
-runsystempackages:\
javafx.application,\
javafx.event,\
javafx.animation,\
javafx.scene,\
javafx.scene.text,\
javafx.scene.layout,\
javafx.scene.image,\
[etc...]
I'm still having some unrelated troubles getting it running, but I've at least confirmed that the packages are available on the classpath for bundles which try to import them now .
Thanks!
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04214 seconds