Shlomi
Shlomi

Reputation: 3

How do I link between the new Eclipse and Scene Builder?

I have downloaded the latest version of eclipse and the latest version of javafx, created a new user library which contains all of the javafx files (I have used this tutorial).

I've noticed that unlike older eclipse versions, there is no "scene builder path" setting in the latest eclipse, and when I attempt to create a new project there is no such thing as "JavaFX Project" (I remember having this option that automatically created an fxml file and control,main classes.)

My question is how do I make it all work together like it used to in the older eclipse versions?

(I know that there's something called e(fx)clipse but I believe it is outdated since it refers to javafx 2, and I have downloaded version 11)

Upvotes: 0

Views: 687

Answers (1)

mipa
mipa

Reputation: 10650

Just go to the eclipse marketplace and install e(fx)clipse. It is not outdated and should provide you with the functionality that you are looking for.

Upvotes: 1

Related Questions