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

javafx.web module #4

Open
WildeTechSolutions opened this issue Jun 22, 2020 · 0 comments
Open

javafx.web module #4

WildeTechSolutions opened this issue Jun 22, 2020 · 0 comments

Comments

@WildeTechSolutions
Copy link

Hi,

I'm trying to incorporate the javafx.web module into this example project. I saw that someone had a similar question for the Kotlin example project. I modified the build.gradle as follows. The build is successful, however, IntelliJ still does not recognize any classes from the web module. Do you have any suggestions?

javafx {
version = '12'
modules = [
'javafx.base',
'javafx.graphics',
'javafx.controls',
'javafx.web'
]
}

Thanks!

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

1 participant