It has been suggested that part of the solution of the problem with javafx classloading and osgi is to move jfxrt to the Java installation lib/ext directory so that it is loaded when the JVM starts.
If this is done in a private install of Java the javafx classes are available at design time but are not found at run time when a javafx bundle is installed.
Is it possible that this can be made to work?
I am using felix and bndtools in eclipse as dev environment on Ubuntu 12.04.