noobie
noobie

Reputation: 60

Debugging JavaFx project with Eclipse

I'm running Eclipse Kepler, JRE 1.7, with the e(fx)clipse plugin. Whenever I try to debug a JavaFx project, I receive the "source not found" stating the systemproperties class belong to the JavaFX sdk and doesn't allow modifications. I have tried to add this class to the step filter in eclipse with no luck. I have been unable I can find source code for JavaFX from Oracle. Is there any way to get past this and debug JavaFX in Eclipse?

Upvotes: 0

Views: 1191

Answers (1)

tomsontom
tomsontom

Reputation: 5887

There's never been a source zip of JavaFX2.2 released by Oracle because it was opensourced only partially.

I'd advice to use JDK8 which comes with the source code.

Upvotes: 2

Related Questions