Hi.
We're testing deployment out for this product: Get started with JavaFX (BETA)—ArcGIS Runtime SDK for Java | ArcGIS for Developers
I know it's a beta soon to be replaced by Quartz...but...question:
When doing a maven : package, does this require some artifacts to be included in the build path that we must first create with ArcGIS Runtime Java Deployment Builder?
We can compile/run in Eclipse from JDT and the app w/a FXMap in it runs fine, we can compile and package up in maven w/no errors....however when we run a JavaFX app as a java -jar [myapp] with the same src, the FXMap is just a blank nothingness in the scene. Introspection on the scene graph at runtime after an mvn:package > deploy...the FXMap component is never spawned into the scene. Tricky - but effective!
Is this as designed and, if so, what is the deployment strategy? We'd like to push this into an uberjar with OneJar, FYI, for some testing.
Thanks in advance,
Eric