Can anyone please tell me where I can find the path to the correct files for Scene Builder on Ubuntu to get it linked in my preferences with Eclipse IDE.
if you installed Scene builder through ubuntu Software Center then the path should be "/opt/SceneBuilder/"
http://linuxsagas.digitaleagle.net/2013/01/31/java-fx-eclipse-ubuntu/preferences-_185/
- Start Scene Builder
Show the path of the executable by running the following command in terminal
ps aux | grep Scene
Output:
user 9386 9.2 3.0 5422044 245152 ? Sl 11:38 0:12 /opt/SceneBuilder/SceneBuilder
user 9525 0.0 0.0 15800 932 pts/2 S+ 11:40 0:00 grep --color=auto Scene
The last string in the first line of the output is the path of the executable. This should work regardless of how you installed Scene Builder (Ubuntu Software Center, Jar, RPM or DEB package).
select these path in your IDE opt/SceneBuilder
For Ubuntu 20.04. Run File is in this below path..
/opt/scenebuilder/bin/SceneBuilder
(check your path) Your's will close or same.
Set this by clicking on Windows>> Preference and then JavaFx in Eclipse
The default path is "opt/SceneBuilder"
Create a Symbolic Link
sudo ln -s /opt/scenebuilder/bin/SceneBuilder /usr/bin/SceneBuilder
© 2022 - 2025 — McMap. All rights reserved.