JavaFX 2.2.5 Installation Guide

Previous
Next

3 JavaFX 2.2.5 Installation for Mac OS X

This page provides information about the installing JavaFX 2.2.5 on Mac OS X.

JDK 7u11 includes the JavaFX 2.2.5 libraries. Go to the following location for download and installation information:
http://www.oracle.com/technetwork/java/javase/downloads/

Installed JDK/SDK Directory Structure on Mac

The JDK is installed in the following location on Mac:
/Library/Java/JavaVirtualMachines/1.7.x.jdk

The JavaFX SDK libraries are co-located in the JDK directory structure, so each JDK subdirectory contains both JDK and JavaFX SDK files as appropriate.

For example, in the following location:
/Library/Java/JavaVirtualMachines/1.7.x.jdk/Contents/Home/bin
you can find JDK utilities, such as java and javac, as well as javafxpackager from the JavaFX SDK.

After Installation

See I Installed JavaFX, Now What?

Previous
Next