How to build scene builder from openjfx sources

Fabio Frumento

I'm trying to build JFX scene builder from openjfx sources but I'm can't find a valid howto or clear documentation, I've already read the official openjfx instruction that are not for scene builder but for the whole sdk, so I've installed mercurial and gradle but i have some question:

1) Can i build only the scene builder without building the whole SDK ?

2) I've tried to run gradle from apps/scenebuilder folder it run successfully but where to find the generated artifact ? I was expecting a target folder with a jar inside but nothing was generated.

3) I've googled around and found that it should be possible to download only the scene builder sources from mercurial but i can't find any valid mercurial repo.

any help will be highly appreciated, many thanks.

Fabio Frumento

Ok,

It turned out that there's no need to build the whole SDK from openjfx to build the scene builder app I've solved this way:

1) Installed latest ant from apache official site

2) Gone into the apps/scenebuilder folder

3) Run ant -Dplatforms.JDK_1.8.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/ jar

This worked for me, the result of the build is in the "dist" folder and to run the just built scene builder i had to use

/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home//bin/java -cp /Users/fabiofrumento/openjfx/apps/scenebuilder/SceneBuilderKit/dist/SceneBuilderKit.jar:/Users/fabiofrumento/openjfx/apps/scenebuilder/SceneBuilderApp/dist/SceneBuilderApp.jar com.oracle.javafx.scenebuilder.app.SceneBuilderApp

Obviously the paths are to be customized for you installation.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to build openjfx on ubuntu 14.04?

From Dev

How to setText on TextField from Run() method, using JavaFX Scene Builder?

From Dev

how can I manage a scatterChar in the javaFX from scene builder?

From Dev

JavaFX + Scene Builder how switch scene

From Dev

Scene Builder 8.0 & Intelli. From one scene to another scene

From Dev

Scene Builder 8.0 & Intelli. From one scene to another scene

From Dev

How to handle many light sources on the scene?

From Dev

How to set unity build scene path from command line

From Dev

How to change VIMRUNTIME directory after build from sources

From Dev

How does one build android kernel from sources on Ubuntu 13.04

From Dev

How does one build android kernel from sources on Ubuntu 13.04

From Dev

How to build all my installed package from sources?

From Dev

Can't build SceneBuild from openjfx source code and setup

From Dev

How to merge cells in JavaFX Scene builder?

From Dev

Java and Scene Builder How to Disable and Enable Tab

From Dev

How to make window fullscreen/maximized in Scene Builder?

From Dev

Scene Builder: How to hide borders on panels, etc

From Dev

How to merge cells in JavaFX Scene builder?

From Dev

How to get a picture over a sphere in Scene Builder

From Dev

How to run scene builder standalone in Debian

From Dev

How do I call a custom init on a view controller instantiated from a Storyboard scene in interface builder?

From Dev

How to build the native Android sources from Codename One's build server

From Dev

How to Build AppCompatDialog From AlertDialog.Builder or Equivalent?

From Dev

Attempt to build Qt from sources leads to error

From Dev

Attempt to build Qt from sources leads to error

From Dev

How to build the latest curl from sources to allow downloading files via sftp?

From Dev

How can we target java 7 with Scene builder 2?

From Dev

How do I set up a JavaFX Control to be imported into Scene Builder?

From Java

How to stylize JFoenix for JavaFX Scene Builder nodes and classes in CSS?

Related Related

  1. 1

    How to build openjfx on ubuntu 14.04?

  2. 2

    How to setText on TextField from Run() method, using JavaFX Scene Builder?

  3. 3

    how can I manage a scatterChar in the javaFX from scene builder?

  4. 4

    JavaFX + Scene Builder how switch scene

  5. 5

    Scene Builder 8.0 & Intelli. From one scene to another scene

  6. 6

    Scene Builder 8.0 & Intelli. From one scene to another scene

  7. 7

    How to handle many light sources on the scene?

  8. 8

    How to set unity build scene path from command line

  9. 9

    How to change VIMRUNTIME directory after build from sources

  10. 10

    How does one build android kernel from sources on Ubuntu 13.04

  11. 11

    How does one build android kernel from sources on Ubuntu 13.04

  12. 12

    How to build all my installed package from sources?

  13. 13

    Can't build SceneBuild from openjfx source code and setup

  14. 14

    How to merge cells in JavaFX Scene builder?

  15. 15

    Java and Scene Builder How to Disable and Enable Tab

  16. 16

    How to make window fullscreen/maximized in Scene Builder?

  17. 17

    Scene Builder: How to hide borders on panels, etc

  18. 18

    How to merge cells in JavaFX Scene builder?

  19. 19

    How to get a picture over a sphere in Scene Builder

  20. 20

    How to run scene builder standalone in Debian

  21. 21

    How do I call a custom init on a view controller instantiated from a Storyboard scene in interface builder?

  22. 22

    How to build the native Android sources from Codename One's build server

  23. 23

    How to Build AppCompatDialog From AlertDialog.Builder or Equivalent?

  24. 24

    Attempt to build Qt from sources leads to error

  25. 25

    Attempt to build Qt from sources leads to error

  26. 26

    How to build the latest curl from sources to allow downloading files via sftp?

  27. 27

    How can we target java 7 with Scene builder 2?

  28. 28

    How do I set up a JavaFX Control to be imported into Scene Builder?

  29. 29

    How to stylize JFoenix for JavaFX Scene Builder nodes and classes in CSS?

HotTag

Archive