Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No dependency on JavaFX #23

Open
mgroth0 opened this issue Jun 20, 2022 · 1 comment
Open

No dependency on JavaFX #23

mgroth0 opened this issue Jun 20, 2022 · 1 comment

Comments

@mgroth0
Copy link

mgroth0 commented Jun 20, 2022

Maybe more of a question than an issue.

I'm working on something that analyzes dependencies recursively through the Gradle API. This library comes up as having no dependnecies which is also reflected the pom. This library should obviously point to JavaFX, though. But after looking at the build.gradle here, I can't find any reference to javafx. The source code here imports javafx packages, so how exactly does this code build without an explicit dependency on javafx? How does it work?

@nilesh7patel86
Copy link

If you see build.gradle, it uses java 1.8, which had the Javafx runtime included in the JRE. Thats the reason for no explicit dependency on javafx.

https://stackoverflow.com/a/62274796/14119292

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants