Why "Application launch must not be called more than once"
924433Apr 13 2012 — edited Apr 13 2012hi everyone,
I'm working with an javaFx app runing inside a Apache Felix osgi runtime, I start a thread to launch my Application,
when I close my app, my runtime still runing, but I can't restart the application, if I try receive this exception:
"Application launch must not be called more than once"
why i getting this? and Is there some way to restart my application without restart the runtime?