What third party libs are you using?
Basically you should use the standard maven way of including dependencies which
means adding a dependency entry to your pom.xml.
So if you want MigLayout for example you would add:
com.miglayout
miglayout-javafx
4
Hi Daniel,
thanks for your great work!
One question: How can I use third party jar libraries? When I execute the
„compile“ maven task, my third party libs are not found…
Best,
Tobi
Am 01.08.2013 um 05:34 schrieb Daniel Zwolenski :
> The RoboVM Maven plugin is now released with JFX support us