通过命令提示符或批处理文件打开 eclipse 项目

发布于 2024-10-20 14:43:33 字数 292 浏览 1 评论 0原文

我正在构建一个用于使用 Selenium Java 工具进行测试的应用程序。 有没有办法从命令行或通过批处理文件打开现有的 Eclipse 项目,以便用户只需单击按钮即可选择 Java 中的测试项目?

我发现这个命令用于构建一个项目

eclipsec.exe -noSplash -data "D:\Source\MyProject\workspace" -application org.eclipse.jdt.apt.core.aptBuild

,但我找不到用于打开一个项目的命令。

I am building an application that is for testing using Selenium Java tool.
Is there any way to open an existing eclipse project from the command line or through a batch file so that I can allow the users to select the testproject which is in Java with just a click of a button?

I found that this command if for building a project

eclipsec.exe -noSplash -data "D:\Source\MyProject\workspace" -application org.eclipse.jdt.apt.core.aptBuild

But I couldn't find one for opening one.

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

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

发布评论

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

评论(1

慵挽 2024-10-27 14:43:33

如果省略 -application 并简单地运行 eclipse.exe -data "D:\Source\MyProject\workspace",那么您的工作区将被打开。如果您只有一个项目,那么问题就解决了。如果没有,您可以轻松创建带有现有项目链接的新工作区。

If you omit -application and simply run eclipse.exe -data "D:\Source\MyProject\workspace", then your workspace will be opened. If you have only one project there then issue is resolved. If not, you can easily create new workspace with a link to your existing project.

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