|
This document applies to the following versions of the JavaFX SDK: 1.2, 1.2.1.
The JavaFX Software Development Kit (SDK) provides the command-line tools and technologies to develop expressive content for applications deployed to browsers, desktops, and mobile devices.
- JavaFX Desktop runtime
- JavaFX Mobile Emulator and runtime (Windows only)
- JavaFX API documentation
- Samples
The JavaFX SDK runs on Windows and Mac OS X. A beta release of the JavaFX SDK is provided for Ubuntu Linux and the OpenSolaris operating systems.
|
Contents
The system requirements for the JavaFX SDK, including the recommended version of the Java SE Development Kit (JDK), are listed in the JavaFX System Requirements document.
- Download the JavaFX SDK installer file for Windows (an EXE extension) or Mac OS X (a DMG extension).
- After the download is complete, double-click the EXE or DMG file to run the installer. On the Mac OS X platform, double-click the open-box icon that appears after you start the installer.
- Complete the steps in the installation wizard.
- Note the default installation location:
- For Windows. The default installation location is
C:\Program Files\JavaFX\javafx-sdk-version.
- For Mac OS X. The default installation directory is
/Library/Frameworks/JavaFX.framework/Versions/version-number.
On Mac OS X, the installation procedure also creates the following directories:
/Library/Frameworks/JavaFX.framework/Versions/Current
/Library/JavaFX/Home
/usr/bin/javafx
/usr/bin/javafxc
/usr/bin/javafxdoc
/usr/bin/javafxpackager
- For information about samples and documentation in the SDK, see the README file in the top level of the SDK directory.
- Download and save the JavaFX shell script for the Linux or OpenSolaris operating system.
- Run the
.sh file. For example:
chmod a+x javafx_sdk-1_2-linux-i586.sh
./javafx_sdk-1_2-linux-i586.sh
- Accept the license terms.
The shell script installs the JavaFX SDK in the current directory.
- For information about samples and documentation in the SDK, see the README file in the top level of the SDK directory.
|
|