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
Benjamin P. Jung edited this page Dec 16, 2014
·
10 revisions
About fx-guice
fx-guice aims to simplify the integration of Google Guice into your
JavaFX applications.
Versioning
To get the most out of fx-guice, a modern Java 8 environment is desirable.
Legacy versions of fx-guice that work with Java 7 live on the java7 Git
branch and are developed under a different version schema.
Versions of fx-guice starting with 8.x are ment to be used in conjunction with
Java 8, versions starting with 2.x are legacy versions that were ment to be
used in conjunction with JavaFX2. Versions with 7.x are ment for Java 7
runtimes.
Do yourselves a favor:
Switch to Java 8... ;-)
Installation
Apache Maven is used to build fx-guice.
Running mvn install is usually all you have to do to install fx-guice
into your local .m2 repository.