cbt run on a ScalaFx project works fine the first time. Trying to run it again throws the following illegal state exception:
java.lang.IllegalStateException: Application launch must not be called more than once
Likely because Nailgun keeps the instance of JavaFX alive.
cbt run
on a ScalaFx project works fine the first time. Trying to run it again throws the following illegal state exception:java.lang.IllegalStateException: Application launch must not be called more than once
Likely because Nailgun keeps the instance of JavaFX alive.