Re: JavaFX: WebView/WebEngine doesn't work with OSGI

2015-05-04 Thread Tom Schindl
This most likely is not the problem but I wanted to point out that launching a JavaFX application this way in the Activator is a bad idea because you activator#start does not finish and so the bundle will never get into the active state! I've not yet run e(fx)clipse on u60 builds (so maybe the web

JavaFX: WebView/WebEngine doesn't work with OSGI

2015-05-04 Thread Александр Свиридов
I have two boxes - Centos 7.1 64 and Windows 7 32. Both of them have jre 8.0.60. And I have two javafx projects - osgi and not osgi. Not OSGI: public class MainApp extends Application {     @Override     public void start(Stage stage) throws Exception {     WebView browser = new WebView();