hg: openjfx/2.1/master: Added build scripts that are needed for	building UI controls.
    Tom Eugelink 
    tbee at tbee.org
       
    Tue Dec  6 13:20:47 PST 2011
    
    
  
On 2011-12-06 21:42, Mario Torre wrote:
> In any case, installing one locally is trivial, this is what we do to build ThingsFX:
>
> mvn install:install-file
>    -Dfile=/path/to/javafx-sdk2.0.2-beta/rt/lib/jfxrt.jar
>    -DgroupId=com.oracle.javafx -DartifactId=javafx -Dversion=2.0
>    -Dpackaging=jar
>
For JFXtras we do the same (I think we call the artifact javafx-runtime or something), but we also create a jar containing all the DLLs and install that with the same name plus the "windows" classifier. Application.prelaunch unpacks the DLLs to a temp directory and modifies the java-library-path to match. It would be better if the DLL load logic could load directly from the jar.
Tom
    
    
More information about the openjfx-dev
mailing list