gpt4 book ai didi

java - Eclipse - 显示 eclipse 如何使用 java.exe 运行项目

转载 作者:搜寻专家 更新时间:2023-10-30 21:05:30 25 4
gpt4 key购买 nike

当我在 Eclipse IDE 中运行 Java 项目时,我假设它在后台只是调用 java.exejavaw.exe 带有某些参数,例如它正在使用的 classpath 和它正在运行的实际类。

有没有办法让 Eclipse 显示这个调用及其所有参数?理想情况下,我希望能够将其复制并粘贴到命令窗口中,以便在 Eclipse IDE 之外复制项目的运行。

最佳答案

(原始答案:2011 年 2 月)

在 Eclipse 中以 Debug模式启动程序。
然后您可以在调试 View 的属性中看到确切的命令(参见 this threadthis thread )

First run or debug one of the configurations.
In the Debug view in the Debug perspective, right-click the running process and select "Properties". The command line used to launch the configuration is displayed.

Bug 10820是关于“[java launching] Launch config: show cmd line before launch”...但它作为 WONTFIX 关闭。


更新(2012 年 3 月)

bbuser评论中的报告有

had to remove -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:60019 from the command line shown in properties in the Debug view.
Otherwise I got connection errors.
Also changing javaw.exe to java.exe might be advisable

关于java - Eclipse - 显示 eclipse 如何使用 java.exe 运行项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4858813/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com