Reputation: 10693
I have setup JavaFX Project in eclipse, now I want to see proper code with javadocs for certain classes in javafx. Where to download that source jar for this platform ?
Upvotes: 2
Views: 1152
Reputation: 159291
JDK8 ships with javafx-src.zip in it's root directory.
For more detail see the related answer to JavaFX source code not showing.
I don't use Eclipse, but I'm guessing if you use Java 8 with a recent version of e(fx)clipse, it will include simple keystoke navigation to JavaFX docs and sources from within the editor. If not, you could add a feature request for this against the e(fx)clipse project and in the meantime configure your JavaFX Eclipse projects manually to be aware of JavaFX docs and source (like you can currently do in Idea).
Upvotes: 3