|
|
|
|
|
|
|
Re: Problem with run Eclipse Editor with JavaFX and GEF5 [message #1770079 is a reply to message #1770074] |
Tue, 08 August 2017 08:17   |
Maxim Martynov Messages: 22 Registered: February 2017 |
Junior Member |
|
|
I found two plugin in one of my feature.xml included in product file <plugin
id="org.eclipse.fx.javafx"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.fx.osgi"
download-size="0"
install-size="0"
version="0.0.0"
fragment="true"
unpack="false"/>
Also i found in *Import-Package:* of my bundle javafx.animation,
javafx.application,
javafx.beans,
javafx.beans.binding,
javafx.beans.property,
javafx.beans.property.adapter,
javafx.beans.value,
javafx.collections,
javafx.collections.transformation,
javafx.concurrent,
javafx.css,
javafx.embed.swing,
javafx.embed.swt,
javafx.event,
javafx.fxml,
javafx.geometry,
javafx.print,
javafx.scene,
javafx.scene.canvas,
javafx.scene.chart,
javafx.scene.control,
javafx.scene.control.cell,
javafx.scene.effect,
javafx.scene.image,
javafx.scene.input,
javafx.scene.layout,
javafx.scene.media,
javafx.scene.paint,
javafx.scene.shape,
javafx.scene.text,
javafx.scene.transform,
javafx.scene.web,
javafx.stage,
javafx.util,
javafx.util.converter,
I delete this and my Error (Caused by: java.lang.ClassNotFoundException: javafx.embed.swt.FXCanvas cannot be found by) and Warning (WARNING: You are binding against the deprecated org.eclipse.fx.javafx - please remove all javafx imports) is gone from IDE
After this Java start crash, but i already have --launcher.GTK_version 2 in vm args. Now i'am add environment variable SWT_GTK3 = 0 and all working from IDE normal.
Is it glitch of IDE or my bug?
Now i'm try to build standalone applicatiion with tycho, it is build but after run i have same warning "WARNING: You are binding against the deprecated org.eclipse.fx.javafx - please remove all javafx imports".
Don't understand is it critical or not.
|
|
|
|
Powered by
FUDForum. Page generated in 0.01714 seconds