The JavaFX 1.0 Software Development Kit (SDK) provides the command-line tools and technologies to build and deploy rich internet applications to all browsers, desktops, and mobile devices. The SDK includes the following components:
- JavaFX Desktop runtime
- JavaFX Mobile runtime (Beta version, Windows only)
- JavaFX Mobile Emulator Beta Release (Windows only)
- JavaFX API documentation
- Samples
|
- Ensure your system meets the system and software requirements.
- Download the JavaFX 1.0 SDK installer file for Microsoft Windows (an EXE extension) or Macintosh 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 as follows:
- Accept the license agreement.
- Choose a location in which to install the files.
- If prompted, specify the location of the required version of the JDK.
- Note the default installation location:
- For Windows. The default installation location is
C:\Program Files\JavaFX\javafx-sdk1.0
- For Mac OS X. The default installation directory is
/System/Library/Frameworks/JavaFX.framework/Versions/1.0
On the Mac OS X, the installation procedure also creates the following directories:
/System/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.
|
|