How to run java program in command prompt,created by intellij

前端 未结 6 1246
余生分开走
余生分开走 2021-01-01 10:53

How do I run my Java program in command prompt, my project was created in Intellij, and I am having difficulties running it in the command prompt...without using the Intelli

6条回答
  •  余生分开走
    2021-01-01 11:25

    I hope this can help somebody, a little late but, just I had this problem, ok my solution it next: 1. Run your code normally and copy the command line that the IntellijIDEA made, see the screenshot.

    2.Copy and paste the command line that it uses to use with your params.

提交回复
热议问题