Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Build a JavaFX Application Graphical User Interfaces Getting Started

Tonnie Fanadez
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Tonnie Fanadez
UX Design Techdegree Graduate 22,796 Points

Configuring SDK for JavaFX 11 project in Java 11

This is not a question just a tip.

JavaFX 11 is no longer bundled with JDK , it builds on top of JDK 11 and is a standalone component. Just see this video on how to integrate them https://www.youtube.com/watch?v=qn2tbftFjno

You need to download the stand-alone JavaFx here >>>> https://gluonhq.com/products/javafx/

Cheers

Duc Bui
Duc Bui
14,546 Points

Tks so much!

Thank you!

Daniel Prowse
Daniel Prowse
7,941 Points

This saved me, thank you! :)