How do I run an Eclipse launcher file in IntelliJ IDEA?

前端 未结 4 701
予麋鹿
予麋鹿 2021-02-07 01:54

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

4条回答
  •  面向向阳花
    2021-02-07 02:13

    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

提交回复
热议问题