我设法让这个运行但是我遇到了很多问题,这些问题只有在应用程序运行java web start时才会发生。当我从我的IDE中运行它时运行正常。
getClass().getResourceAsStream()
来获取它并将其写入响应。 jp2launcher.exe
一直在运行,可能会阻止spring boot获取要调用的关闭钩子。显然,类路径中有一些找不到的jar。
java.io.FileNotFoundException:Jar URL cannot be resolved to absolute file path
because it does not reside in the file system:
https://mysite/webstart/org.springframework.boot-spring-boot.jar
有人知道导致这种情况的原因吗?