3

I was using Eclipse for a while to develop a Java/web project, we have some scripts with the ending .launch. The file to be launched starts with the following two lines:

> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
> <launchConfiguration
> type="org.eclipse.jdt.launching.localJavaApplication">

Now I have started to work with IntelliJ?

glytching
  • 44,936
  • 9
  • 114
  • 120
Ronald
  • 2,721
  • 8
  • 33
  • 44
  • I have installed eclipser plugin but still don't know how to use it – Ronald Jan 18 '18 at 12:33
  • Here is the recipe to launch it using eclipser https://stackoverflow.com/questions/5389446/how-do-i-run-a-eclipse-launcher-file-in-intellij-idea/16965426 – dchan Mar 21 '18 at 03:23

2 Answers2

9

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

Here is the recipe to launch it using eclipser

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

nabster
  • 1,561
  • 2
  • 20
  • 32
dchan
  • 363
  • 3
  • 8
0

For a new version of Intellij, you would need to download the older version.

convert and then use converted properties in the new version of Intellij:)