Welcome!

Websphere Authors: John Savageau, Hovhannes Avoyan, Dustin Amrhein, JP Morgenthal, Maureen O'Gara

Related Topics: Websphere, Web 2.0

Websphere: Article

OpenJFX Script Compiler Now Downloadable

How to save some steps by downloading the latest build of the OpenJFX Compiler rather than building it on your machine

From Jim Weaver's Learn JavaFX Weblog

Today, I'm going to explain how to save some steps by downloading the latest build of the OpenJFX Compiler rather than building it on your machine.  If you decided not to build the compiler because it looked like a hassle, then relax - this is a lot easier.  Just follow the instructions on the PlanetJFX page entitled How to Download the Latest Compiler Build Instead of Building It.

Note: The OpenJFX Compiler Project team plans on having a separate weekly build process soon, which will have versioned binary bundles.  This will make obtaining the compiler even faster and easier (and take up less space on your system). 

Compiling and Executing Your Program is a Little Easier Now Too

To compile the CompiledHelloJavaFX program from yesterday's blog post, navigate to its directory and use the following command:

javafxc CompiledHelloJavaFX.fx

To run the CompiledHelloJavaFX program, use this command:

javafx CompiledHelloJavaFX

Go and Do Likewise

Now that it's easier to obtain the OpenJFX Compiler, go ahead and play with compiling and running your own compiled JavaFX Script programs!  That way you'll be ready to give the JavaFX Puzzler a try.  As a reminder, it will be posted here at 18:00 GMT (1:00 pm EST) on Wednesday, November 28, 2007.  Please post a comment if you have any questions.




More Stories By James L. Weaver

James L. (Jim) Weaver is founder and president of jMentor, formed in 2000 to provide Java programming-related training to companies and individuals. He has served as a system architect and developer for over 25 years, specializing in leading-edge software development. His specialties include Java, object-oriented, and web-based technologies. He has authored books on the Java programming language, including most recently JavaFX Script, published by Apress.

Comments (0)

Share your thoughts on this story.

Add your comment
You must be signed in to add a comment. Sign-in | Register

In accordance with our Comment Policy, we encourage comments that are on topic, relevant and to-the-point. We will remove comments that include profanity, personal attacks, racial slurs, threats of violence, or other inappropriate material that violates our Terms and Conditions, and will block users who make repeated violations. We ask all readers to expect diversity of opinion and to treat one another with dignity and respect.