如何使用 Eclipse 启动文件从命令行运行 Java 程序?

发布于 2024-09-15 15:33:03 字数 209 浏览 5 评论 0原文

我的任务是创建一个 ksh 脚本,该脚本运行一个 Java 程序多次,另一个运行一次。这个想法是多次运行测试单个程序处理多个线程的能力。

我遇到的问题是我想使用 Eclipse 生成的 .Launch 文件来指定两个 Java 程序的运行时依赖关系,但我不知道如何通过 Windows 或 Unix 中的命令行来执行此操作。

任何人都可以帮助我吗?

干杯。

i've been given the task of creating a ksh script which runs one Java program multiple times and another once. The idea is that the multiple runs test the ability of the single program to handle multiple threads.

The issue i am having is that i want to use a .Launch file generated by Eclipse to specify the run time dependencies of the two Java programs and i have no idea how to do this via command line in either Windows or Unix.

Can any body help me??

cheers.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

绅刃 2024-09-22 15:33:03

对我来说,尝试将 IDE 环境链接到 IDE 外部运行的应用程序似乎是有问题的,而且有点奇怪。与其试图弄清楚如何“使用”.Launch 文件,不如汇总一个 jar 文件并以这种方式运行应用程序。对于 Eclipse,只需右键单击项目,选择“导出”,然后导航到可运行的 jar 文件。它应该非常简单。

To me it sounds like trying to link an IDE environment to an application running outside of the IDE is problematic, and a bit squirrly. Rather than trying to figure out how to "use" the .Launch file, roll up a jar file and run the application that way. For Eclipse, just right click the project, pick export, then navigate to a runnable jar file. It should be pretty straight forward.

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