kdaek21
kdaek21
The net472 version only shows the message 'Process is terminated due to StackOverflowException.', so I attached the Stacktrace from running it on the net8.0 version. [IKVM-8.10.3-jre-net8.0-win-x64-Tomcat9-stackoverflow.txt](https://github.com/user-attachments/files/17605371/IKVM-8.10.3-jre-net8.0-win-x64-Tomcat9-stackoverflow.txt)
After some checking, I confirmed that the Stack Overflow exception occurs unconditionally when trying to use the java.protocol.handler.pkgs property in IKVM, not when running Tomcat. In a standard JVM, a...
The 'IKVM.Runtime.Launcher.Run (..' in the information of the provided link seems to be an error that occurs regardless of Spring Boot when running the compiled version with ikvmc.exe parameters set....
Additional test results show that if an exception containing 'IKVM.Runtime.Launcher.Run (..' occurs, it is because the [executable file name].config file is missing. (If you convert directly using ikvmc.exe, only the...
> https://github.com/orgs/ikvmnet/discussions/463 I thought the question in the post was asking how to solve the IKVM.Runtime.Launcher.Run error that appears when running Spring Boot, so I searched for various answers and...