Search |
||
Installing JavaFX 1.0 in NetBeans 6.5 IDEPosted by joconner on December 4, 2008 at 9:03 AM PST
You might want to go directly over the the JavaFX website to download the JavaFX SDK, but if you work in NetBeans 6.5 you don't have to bother. JavaFX 1.0 is available to NetBeans 6.5 users with only a few mouse clicks. Seriously, only a few mouse clicks will get the JavaFX SDK plugin for you and integrate it directly into your NetBeans 6.5 IDE. Here's how:
That's it. Now NetBeans 6.5 has the JavaFX 1.0 SDK integrated directly. You should notice a new JavaFX Project type available to you when you select File->New Project Sorry for the short post, but I have to get back to my NetBeans IDE and JavaFX. I'll be back later with more information about my initial overview of the SDK, the language, and much more! »
Related Topics >>
Netbeans Comments
Comments are listed in date ascending order (oldest first)
Submitted by richunger on Thu, 2008-12-04 10:34.
I see 3 plugins: JavaFX 1.0, JavaFX Source Debug, and JavaFX Weather Sample. When I try to install them, I get, "No plugin providing the capability javafx.sdk could be found. The following plugin is affected: JavaFX 1.0"
Submitted by kslater on Thu, 2008-12-04 10:57.
Same here. And this is the 2nd post that I've seen that details how easy it is to get JavaFX from the Netbeans update center. Someone needs to look into this if it's truly a problem.
Submitted by richunger on Thu, 2008-12-04 11:26.
I'm guessing the module should _provide_ the javafx.sdk token, rather than _requiring_ it.
Submitted by craigmcc on Thu, 2008-12-04 12:50.
It appears that the JavaFX SDK is available on Mac and Windows only ... not on Linux.
Submitted by bowkomor on Sat, 2008-12-13 05:28.
Knowing that most developers I know work on Linux, I was quite disappointed to see that Sun prioritizes a Mac distribution over a Linux distribution. However, it is possible to install the Mac version on Linux (although with limited functionality). See http://www.weiqigao.com/blog/2008/12/04/using_javafx_1_0_on_linux.html for more info.
|
||
|