Re: JavaFX On IOS Using RoboVM And Maven

2013-08-02 Thread Daniel Zwolenski
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

Re: JavaFX On IOS Using RoboVM And Maven

2013-08-02 Thread Tobias Bley
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