-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Adding coroutines-javafx dependency causing ClassNotFoundException JDK11 on mac #2360
Comments
Are you sure it is related to coroutines in any way? Can you use JavaFx from this project (w/o coroutines)? |
When you remove the dependency on kotlinx-coroutines-javafx from pom.xml the example runs as expected. |
Hm. It does not run for me at all (both ways) due to a different exception. However, what I see is that the plugin that we use to produce JavaFx dependencies in our build adds incorrect dependencies to the POM file. See here: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-javafx/1.4.1/kotlinx-coroutines-javafx-1.4.1.pom |
Ah you are right. I should have noticed that. Thanks! |
Adding a dependency:
to generated maven project (from javafx-archetype-simple)
execute:
The text was updated successfully, but these errors were encountered: