Skip to main content
deleted 13 characters in body
Source Link
John Kugelman
  • 365k
  • 71
  • 556
  • 600

When I close a java program in intellJ, the following log appears in the console: "Process finished with exit code 130"

screenshot of java program exit code

Some times, the code is "1".

I know this is the very basic, but I googled Internet and still couldn't find the explanation for the exit code.

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

Thanks!

When I close a java program in intellJ, the following log appears in the console: "Process finished with exit code 130"

screenshot of java program exit code

Some times, the code is "1".

I know this is the very basic, but I googled Internet and still couldn't find the explanation for the exit code.

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

Thanks!

When I close a java program in intellJ, the following log appears in the console: "Process finished with exit code 130"

screenshot of java program exit code

Some times, the code is "1".

I know this is the very basic, but I googled Internet and still couldn't find the explanation for the exit code.

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

Source Link
Nicolas S.Xu
  • 14.7k
  • 35
  • 91
  • 138

Java program exit with code "130"

When I close a java program in intellJ, the following log appears in the console: "Process finished with exit code 130"

screenshot of java program exit code

Some times, the code is "1".

I know this is the very basic, but I googled Internet and still couldn't find the explanation for the exit code.

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

Thanks!