The JavaFX 1.1 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 runtime (Windows only)
- JavaFX Mobile Emulator (Windows only)
- JavaFX API documentation
- Samples
|
- Ensure your system meets the system and software requirements.
- Download the JavaFX 1.1 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.
- Note the default installation location:
- For Windows. The default installation location is
C:\Program Files\JavaFX\javafx-sdk1.1
- For Mac OS X. The default installation directory is
/Library/Frameworks/JavaFX.framework/Versions/1.1
On the 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.
|
|