aspose file tools
The moose likes JavaFX and the fly likes How can I start up JavaFx in Eclipse with JSE 7 update 7? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JavaFX
Reply Bookmark "How can I start up JavaFx in Eclipse with JSE 7 update 7?" Watch "How can I start up JavaFx in Eclipse with JSE 7 update 7?" New topic
Author

How can I start up JavaFx in Eclipse with JSE 7 update 7?

spk Joness
Greenhorn

Joined: Oct 08, 2012
Posts: 2
Just downloaded JSE 7 update 7, want to develop my first hello world app in Java Fx......But cant find anythin JavaFx about my Eclipse ....Plse help [JavaFx newbie].... Tnx in advance
Dennis Grimbergen
Ranch Hand

Joined: Nov 04, 2009
Posts: 126

Do you have a maven project? In IntelliJ (which I use), and probably also Eclipse, there is no JavaFX support in a convenient way (If I remember well, Netbeans has). What I did was install the javafx runtime library (jfxrt.jar) in my local repository and then simply add a dependency to it in the pom.xml file. Probably you also need to add this library somewhere in your project settings in Eclipse to make it work and run from your IDE. From then you can just use the JavaFX API and start coding


SCJP, SCWCD, SCJD
spk Joness
Greenhorn

Joined: Oct 08, 2012
Posts: 2
So i guess I need to add jfxrt.jar to my build path.........Tnx!
John Damien Smith
Ranch Hand

Joined: Jan 26, 2012
Posts: 40
    
    1
You should use the e(fx)clipse plugin.

http://efxclipse.org/install.html#the-lazy-ones
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How can I start up JavaFx in Eclipse with JSE 7 update 7?
 
Similar Threads
How to embed JavaFX
Android and JavaFx
Best Place to Learn JavaFX 1.2
Cannot install JavaFX SDK
Future of JavaFx