Last updated January 06, 2009 20:05, by RĂ©mon Sinnema
Feedicon  

How to build the plugins from sources


Requirements

Get the sources

Run the build

  • cd eplugin
  • ant -DeclipseDir=<path> -Djavafx.sdk.build.url=<url_to_zip> clean build-windows [build-macosx] [build-linux]

for instance on my machine

  • ant -DeclipseDir=c:\eclipse -Djavafx.sdk.build.url=file:///C:/sdk/javafx_sdk-1_0-${platform}.zip clean build-windows build-macosx
  • where c:\sdk contains
    • javafx_sdk-1_0-windows-i586.zip
    • javafx_sdk-1_0-macosx-universal.dmg


You can also make use of the environment variable ECLIPSE_HOME. For instance, on my GNU/Linux machine:

  • export ECLIPSE_HOME=/opt/eclipse
  • ant -Djavafx.sdk.build.url=file:://opt/javafx/javafx_sdk_1.0-linux-i586.zip clean build

BTW, you can get the unofficial (!) GNU/Linux version of JavaFX 1.0 at Silveira Neto's blog.

  • Mysql
  • Glassfish
  • Jruby
  • Rails
  • Nblogo
Terms of Use; Privacy Policy;
© 2010, Oracle Corporation and/or its affiliates
(revision 20120127.ac94057)
 
 
Close
loading
Please Confirm
Close