Monday, May 3, 2010

JavaFX Running In Opera 10.5

How to enable JavaFX on Opera?

To enable JavaFX, it's used dragonfly plugin enhancements.
So, do:

1. Update your Opera to version 10.5 or upper.

2. The version 10.5 comes with dragonfly but you need just to enhance the menu's option.
    So, install this augment from:
    Opera dragonfly augment

Note: after installation the dragonfly view can be opened.
To switch, check/uncheck the option on: Tools, Advanced, Opera dragonfly
This will open or close the Opera dragonfly view.

3. After the enhancement is installed, the "Debug" option on menu comes available.
    Go to:  
    Debug, User Agent and check the option "Identify as Internet Explorer".

It's done.
Now you can open a JavaFX page.

This post was based on:
ICED IN CODE - JavaFX Running In Opera 10.5

No comments:

Post a Comment

eclipse: java: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder" or Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder

  >PROBLEM Using Eclipse, you try to run a simple logging test using "org.slf4j.Logger" like the sample below: package Test; im...