I want to work with javafx and Scene Builder in eclipse mars 2. But there is no javafx item in eclipse menu. In file - new - others there is no javafx item to create javafx program. Then I try to install e(fx)clipse on eclipse and its done successfully but nothing add to my eclipse. How can I run Scene Builder with eclipse (mars 2) ?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You first need to download and install Scene Builder. Here is the official link of oracle scene builder archive.
Download
And if you've downloaded the e(fx)clipse, you don't need to enable it. Just create a new project. Right Click on src -> New -> Other Scroll down to JavaFX. Expand it. -> New FXML Document... Right click on the fxml document and the second option is "Open with SceneBuilder".
回答2:
I followed this
- Installed
e(fx)clipse
from eclipse market place - Installed scene builder from
http://gluonhq.com/labs/scene-builder/#download
- Pointed the installed scene builder executable at
Eclipse>Preference>JavaFX>Scene Builder executable
Edited
On successful installation of e(fx)clipse
following items listed in installed software
e(fx)clipse - IDE
e(fx)clipse - IDE - Basic
e(fx)clipse - IDE - Converter
e(fx)clipse - IDE - CSS
e(fx)clipse - IDE - DSL to setup JavaFX based code editors
e(fx)clipse - IDE - FXGraph
e(fx)clipse - IDE - FXML
e(fx)clipse - IDE - GModel Feature
e(fx)clipse - IDE - l10n support
e(fx)clipse - IDE - PDE
e(fx)clipse - IDE - RRobot
回答3:
finally i download eclipse neon and Installed e(fx)clipse from eclipse market place and javafx added to it . thanks for helping me