Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Server doesn't run with the server JRE #163

Open
mikehearn opened this issue Mar 5, 2015 · 0 comments
Open

Server doesn't run with the server JRE #163

mikehearn opened this issue Mar 5, 2015 · 0 comments
Labels

Comments

@mikehearn
Copy link
Contributor

The problem is we depend on the JavaFX properties framework for observable properties and other things. We can do two solutions:

  1. 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.

  2. Find some framework that does the same thing as what JFX is doing, but without the actual JFX dependency.

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

No branches or pull requests

1 participant