edvin / fxlauncher

Auto updating launcher for JavaFX Applications
Apache License 2.0
715 stars 107 forks source link

Does fxlauncher works with spring boot #175

Open dhavalsolanki opened 5 years ago

dhavalsolanki commented 5 years ago

Hello,

I am implementing fxlauncher in my spring boot project. My main class code is as below

Capture

It is creating jar file and but when i am running jar file i am getting error as below

Capture1

I just want to know that does that way is supported can i run spring boot code in fxlauncher main class

edvin commented 5 years ago

Yes, it does. Looks like you don't have the servlet api on your classpath though. More Spring Boot info here:

https://github.com/edvin/fxlauncher/issues/96