如何在eclipse上导出或复制java小程序参数

发布于 2024-12-04 13:34:16 字数 126 浏览 1 评论 0原文

我在 Eclipse 上的运行/调试配置上设置了一堆小程序参数。 我想与我的同事分享这些参数,但我找不到复制这些参数的简单方法。我查看了插件和项目文件以找出这些参数的存储位置,但我找不到它们。有谁知道这些配置存储在哪里? 提前致谢...

I set a bunch of applet parameters on run/debug configurations on eclipse.
I would like to share these parameters with my co-workers, but I cannot find an easy way to copy these parameters. I looked through the plugin and project files to figure out where these parameters are stored, but I couldn't find them. Does anyone happen to know where these configurations are stored?
thanks in advance...

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

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

发布评论

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

评论(1

幸福%小乖 2024-12-11 13:34:16

Eclipse 中的启动配置可以保存在项目之一的工作区中,并在源代码控制下提交。当项目导入到 Eclipse 中时,启动配置将被找到并自动添加到 Eclipse 中。

要将启动配置存储在工作区中:

运行 >运行配置...>>选择启动配置>常用选项卡>共享文件

在文本字段中,您指定要存储配置的位置。

Launch configurations in Eclipse can be saved in the workspace in one of the projects and committed under source control. When the project is imported in Eclipse, the launch configuration will be found and automatically added in Eclipse.

To store the launch configuration in the workspace:

Run > Run Configurations... > Select the launch configuration > Common tab > Shared file

In the text field, you specify the location, where the configuration to be stored.

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