I want to make a standalone web application. I have some problems with SpringBoot.
My application is one jar file from SpringBoot.
But my application was usu
In my case, it was needed " quote to find the external lib folder on windows platform
java -cp ScoreExtractionApp.jar -Dloader.path="lib" -Dloader.main=com.sample.score.ScoreExtraction.ScoreExtractionApplication org.springframework.boot.loader.PropertiesLauncher