-
Notifications
You must be signed in to change notification settings - Fork 47
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
Compatibility Problem with javafx-8.0.jar #60
Comments
Hi, what is "javafx-8.0.jar" and where does it come from? |
It is required in my project to load the system library "jfxrt.jar" classes into my project. groupId: com.oracle |
I still don't understand, does that jar define its own |
Yes, this jar defines its own
. Whenever I remove the dependency of any of "javafx-8.0.jar" or "reactfx-2.0-M5.jar", the error disappear. |
Well, ReactFX doesn't define |
Val<T>
extendsjavafx.beans.value.ObservableValue
. However, "javafx-8.0.jar" is using another version ofjavafx.beans.value.ObservableValue
. So, There is a conflict happens whenever we use both jars in the same project.The text was updated successfully, but these errors were encountered: