Java program exit with code "130"

When I close the Java program in intellJ, the following log appears in the console: "The process terminated with exit code 130"

screenshot of java program exit code

Several times the code is "1".

I know this is the easiest, but I googled the internet and still cannot find an explanation for the exit code.

What does the code mean? Where can I find an explanation?

+6
source share

Source: https://habr.com/ru/post/986023/


All Articles