如何管理Intellij IDEA配置?
我有一个Java后端应用程序(TRACCAR)。我编译并启动应用程序选择以下配置:
i单击运行以执行程序,一切正常。我的问题是:如何从命令行进行相同的操作?此图像中的所有设置,它们如何转换为某些命令? 如果我必须从命令行运行程序,如何选择主类(org.traccar.main),模块(-cp tracker-server.main)等? 谢谢大家。
I've a Java backend application (Traccar). I compile and start the application selecting the following configuration:
The I click on run to execute the program, and everything works. My question is: how can I do the same from command line? All the settings in this image, how are they translatable to some commands?
If I have to do run the program from command line, how can I select the main class (org.traccar.Main), the module (-cp tracker-server.main) and so on?
Thank you everybody.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该首先编译JAR文件,然后使用类似的内容运行:
You should compile the JAR file first and then run it using something like this: