How can I use JavaFX 2.2 in a OSGi bundle? I’m using Apache Felix so it’s no eclispe project. It must run on Mac OSX with Java7 installed (Java6 would be cool but not necessary).
I’ve read something about repacking the jfx libraries but for eclispe plugin projects.
Just importing the javafx packages in the bundle Manifest created a missing requirement osgi.wiring.package Exception.
Try using the e(fx)clipse runtime tools, which include libraries to allow JavaFX to work well in an OSGi environment.
According to the e(fx)clipse site: