Reputation: 2927
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?
Upvotes: 5
Views: 14161
Reputation: 41
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:)
Upvotes: 0
Reputation: 383
steps to launch eclipse launcher in intellij
Here is the recipe to launch it using eclipser
How do I run an Eclipse launcher file in IntelliJ IDEA?
Upvotes: 11