When I debug the springboot project in idea, the exception occurs: java.io.FileNotFoundException: \C:\Program Files\Java\jdk1.8.0_191\jre\lib\sunrsasign.jar, But in fact, the JDK 1.8 used in the project does not have this file, and I cannot find any association with this exception from the code and configuration, which makes me very confused
I tried to clear the target directory of the project and rebuild it, as well as create an empty file named sunrsasign.jar in the corresponding directory, but in fact, the operating system does not allow this. I checked the idea configuration and did not find any obvious problems with the JDK version information. When searching online, due to historical issues, the jar package was integrated into another place, so normal debugging should not find this file. Of course, this is my guess, and I don't actually know why JVM searches for this file when debugging runs