如何在 IntelliJ IDEA 中运行 Eclipse 启动器文件?
我有一个开发人员创建的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
尝试 Eclipser 插件
http://plugins.jetbrains.com/plugin?pluginId=7153
但是目前(截至 2014 年 11 月)仅支持非常有限的启动类型:
请参阅 https: //github.com/kukido/eclipser/wiki 了解详细信息。
Try the Eclipser plugin
http://plugins.jetbrains.com/plugin?pluginId=7153
However it currently (as of November 2014) supports only very limited number of launch types:
See https://github.com/kukido/eclipser/wiki for details.
IDEA 不支持导入 Eclipse .launch 文件。
解决方法是使用第三方 Eclipser 插件。
IDEA doesn't support importing Eclipse .launch files.
A workaround is to use the third-party Eclipser plug-in.
在intellij中启动eclipse启动器的步骤
steps to launch eclipse launcher in intellij
对于想要在 idea 中启动 .product 文件的人 - 请参阅 本手册
For thouse, who wants to launch .product file in idea - see this manual