You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
The problem is we depend on the JavaFX properties framework for observable properties and other things. We can do two solutions:
Include the JFX observables framework in the uber-JAR so they fill in the missing parts of the JRE. Involves a bit of fiddling to make such a modified jar.
Find some framework that does the same thing as what JFX is doing, but without the actual JFX dependency.
The text was updated successfully, but these errors were encountered:
The problem is we depend on the JavaFX properties framework for observable properties and other things. We can do two solutions:
Include the JFX observables framework in the uber-JAR so they fill in the missing parts of the JRE. Involves a bit of fiddling to make such a modified jar.
Find some framework that does the same thing as what JFX is doing, but without the actual JFX dependency.
The text was updated successfully, but these errors were encountered: