Open dhavalsolanki opened 5 years ago
Hello,
I am implementing fxlauncher in my spring boot project. My main class code is as below
It is creating jar file and but when i am running jar file i am getting error as below
I just want to know that does that way is supported can i run spring boot code in fxlauncher main class
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
Hello,
I am implementing fxlauncher in my spring boot project. My main class code is as below
It is creating jar file and but when i am running jar file i am getting error as below
I just want to know that does that way is supported can i run spring boot code in fxlauncher main class