I wanted to ask you a question. I created a program in java and then later rendered it and a .jar and then an .exe. The execution of the program does not include the graphical interface so when I run it I should open the windows console and run it there. My problem is that I don't know how to make the program run in the windows console. I await answers and thanks in advance.
Example: System.out.Println ("hello")
I want to open a console and go out in console "hello"