RPGTable Wiki
A Java-based Virtual RPG table utilizing JavaFX2.0 as the UI
Status: Planning
Brought to you by:
mithryn
Not to worry though! There is a way around this, and if you have already installed JavaFX and set your JAVAFX_HOME env variable, you shouldn't have any problems.
Linux:
mvn install:install-file -Dfile="$JAVAFX_HOME/rt/lib/jfxrt.jar" -DgroupId=com.oracle.javafx -DartifactId=javafx -Dversion=2.1 -Dpackaging=jar
Windows:
mvn install:install-file -Dfile="%JAVAFX_HOME%/rt/lib/jfxrt.jar" -DgroupId=com.oracle.javafx -DartifactId=javafx -Dversion=2.1 -Dpackaging=jar
this will install the javafxrt.jar into your .m2 directory, provided your $JAVAFX_HOME variable is pointing to the correct location.