如何在 IntelliJ IDEA 中运行 Eclipse 启动器文件?

发布于 2024-10-25 07:36:28 字数 168 浏览 1 评论 0原文

我有一个开发人员创建的 Eclipse .launch 文件,用于从 Eclipse 用于启动程序的 XML 文件中设置类路径、虚拟机和程序参数。

我希望能够在 IntelliJ IDEA 中运行此文件,但是有没有一种无需手动创建设置的自动方式?

I have a Eclipse .launch file that a developer has created to set up the classpath, vm and program arguments from a XML file that Eclipse uses to launch the program.

I want to be able to run this file in IntelliJ IDEA but is there an automatic way without manually creating the settings?

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

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

发布评论

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

评论(4

北方的韩爷 2024-11-01 07:36:28

尝试 Eclipser 插件

http://plugins.jetbrains.com/plugin?pluginId=7153

Eclipser 会自动将 Eclipse 启动配置转换为
IntelliJ IDEA 配置

但是目前(截至 2014 年 11 月)仅支持非常有限的启动类型:

  • 本地 Java 应用程序 (...)
  • 计划启动(...)
  • Maven 启动器 (...)

请参阅 https: //github.com/kukido/eclipser/wiki 了解详细信息。

Try the Eclipser plugin

http://plugins.jetbrains.com/plugin?pluginId=7153

Eclipser will automatically convert Eclipse launch configurations into
IntelliJ IDEA configurations

However it currently (as of November 2014) supports only very limited number of launch types:

  • local Java application (...)
  • program launch (...)
  • Maven launcher (...)

See https://github.com/kukido/eclipser/wiki for details.

与风相奔跑 2024-11-01 07:36:28

IDEA 不支持导入 Eclipse .launch 文件。

解决方法是使用第三方 Eclipser 插件

Eclipser 可以将以下 Eclipse 启动配置转换为
IntelliJ IDEA 运行配置:

  • 本地 Java 应用程序 Eclipse 启动器
  • 程序启动Eclipse启动器(在“工具”菜单中转换为外部工具)
  • Maven 启动配置
  • 远程 Java 应用程序 Eclipse 启动器
  • Ant 启动配置

IDEA doesn't support importing Eclipse .launch files.

A workaround is to use the third-party Eclipser plug-in.

Eclipser can convert the following Eclipse launch configurations into
IntelliJ IDEA run configurations:

  • Local Java application Eclipse launcher
  • Program launch Eclipse launcher (converted into external tool in Tools menu)
  • Maven launch configuration
  • Remote Java application Eclipse launcher
  • Ant launch configuration
乖乖 2024-11-01 07:36:28

在intellij中启动eclipse启动器的步骤

  1. 下载插件
  2. 将其安装在intellij中
  3. 重新启动intellij
  4. 右键单击.launch
  5. 单击“使用eclipser转换”
  6. 检查运行/调试配置,应添加一个新的应用程序进程
  7. 检查工作目录是否正确,如果不正确则修复它
  8. 运行该进程,可以执行 eclipse launcher

steps to launch eclipse launcher in intellij

  1. download the plugin
  2. install it in intellij
  3. restart intellij
  4. right click .launch
  5. click "convert with eclipser"
  6. check run/debug configurations, an new application process should be added
  7. check working directory is correct or not, if not fix it
  8. run that process, eclipse launcher can be executed
神经暖 2024-11-01 07:36:28

对于想要在 idea 中启动 .product 文件的人 - 请参阅 本手册

For thouse, who wants to launch .product file in idea - see this manual

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