JavaFX 2.2 System Requirements

Use the following information to ensure that your operating system, browser, and Java platform meet the requirements for running the JavaFX technology. Also included are the hardware requirements for accelerated rendering of graphics, requirements for JavaFX Media support, and the supported NetBeans IDE version.

If you install JavaFX as part of the JDK 7u6 installation, your system must meet the requirements of JDK. If you are installing JavaFX 2.2 on an earlier version of the JDK, refer to system requirements listed in this document.

Operating Systems and Browsers

See JavaFX Supported System Configurations for a list of operating systems and browsers that are compatible with JavaFX 2.2.

Java Platform

For the Windows platform, use JavaFX 2.2 with a minimum of Java SE 6 Update 33 or Java SE 7 Update 6 installed on your system.

For Linux platform, use JDK 6 update 26 or later.

For Mac OS X, use Java SE 7 Update 6 for Mac OS X. JavaFX 2.2 has not been formally tested with Apple's Java SE 6 implementation for Mac OS and support is offered only when used with Java SE 7 Update 6 or later.

Other Software

JavaFX 2.2 for Linux requires gtk2 2.18+.

Graphics Support

For JavaFX applications to take advantage of the new hardware acceleration pipeline provided by JavaFX, your system must feature one of a wide range of GPUs currently available in the market. Table 1 lists the graphics cards that have been tested with JavaFX. If your system does not support hardware acceleration, then JavaFX uses the Java2D software pipeline.

Table 1 Graphics Cards Support

Graphics Card Supported Graphics Processing Units (GPUs)

NVIDIA

Mobile GPUs: GeForce 8M and 100M series or higher, NVS 2100M series or higher, and Mobility Quadro FX 300M series or higher

Desktop GPUs: GeForce 8 and 100 series or higher

Workstation GPUs: Quadro FX 300 series or higher

ATI

Mobile GPUs: Mobility Radeon HD 3000, 4000, and 5000 series

Desktop GPUs: Radeon HD 2400, 3000, 4000, 5000, and 6000 series

Intel

Mobile GPUs: GMA 4500MHD and GMA HD

Desktop GPUs: GMA 4500 and GMA HD


For Mac OS, JavaFX supports graphic hardware acceleration on any Mac OS X system that is Lion or later.

On Linux platform, 3D features are supported for Nvidia cards (proprietary drivers only).

To avoid rendering issues on Windows platform, upgrade the ATI driver to Catalyst 11.09 or later.

JavaFX Media

For Windows XP and Windows Vista, JavaFX Media 2.2 requires that one of the following external modules be installed to play AAC audio and H.264/AVC video:

  • MainConcept H.264/AVC Pro Decoder Pack

  • DivX Plus Codec Pack

  • MainConcept Showcase (includes demo version codecs)


Note:

HTTP Live Streaming is not supported on Windows XP.


For Windows 7, the pre-installed Microsoft AAC and H.264 DirectShow decoder filters are used by default. However, if the MainConcept H.264/AVC Pro Decoder Pack is installed on your system, then the first available AAC or H.264 decoder from the following list is used:

  1. MainConcept

  2. Microsoft (Windows 7 only)

  3. DivX Plus

  4. MainConcept trial version (demo codecs from Showcase)

If none of these decoders is available, AAC and H.264 decoding will fail.

VP6 video support does not require any third party modules.

For Linux platform, install the following: libavcodec52 and libavformat52 on Ubuntu Linux 10.04, 10.10, 11.04 or equivalent, or libavcodec53 and libavformat53 on Ubuntu Linux 11.10, 12.04 or equivalent. (Encoding type: AAC audio, MP3 audio, H.264 video, and HTTP Live Streaming.) Note that installing libavformat automatically causes libavcodec to be installed.

NetBeans IDE Support

Use NetBeans IDE 7.2 or later to create JavaFX 2.2 applications.

See Setting Up NetBeans IDE with JavaFX for information on configuring your system.