如何管理Intellij IDEA配置?

发布于 2025-01-20 20:27:59 字数 371 浏览 1 评论 0原文

我有一个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:

enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寄居人 2025-01-27 20:27:59

您应该首先编译JAR文件,然后使用类似的内容运行:

java -jar tracker-server.jar conf/traccar.xml

You should compile the JAR file first and then run it using something like this:

java -jar tracker-server.jar conf/traccar.xml
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文