Skip to content
Andrey Myatlyuk edited this page Jan 8, 2014 · 6 revisions

##About Eclipser will automatically convert Eclipse launch configurations into IntelliJ IDEA configurations:

  • local Java application Eclipse launcher is converted into run configuration
  • program launch Eclipse launcher is converted into external tool in Tools menu
  • Maven launcher is converted into Maven run configuration [experimental]

##How-to-use Once the plugin is installed, locate Eclipse launcher file in Project or Commander view. Right-click on the file. If the launcher configuration contained in the file supported by Eclipser, you will see "Convert with Eclipser" option in context menu. Select the option and Eclipser will covert launcher configuration into IntelliJ IDEA run configuration or external tool. Converted external tools will be grouped under Tools > Eclipser.

##Known issues

  • None

##Functionality limitations:

  • Supported Eclipse macros:
    • $workspace_loc
    • $project_loc (for Maven)
  • Current support for the following Eclipse launch configurations:
    • local Java application - converted to run configuration
    • program launch - converted to external tool
    • Maven launcher - converted to run configuration

##Disclaimer:

  • Plugin is currently in beta. Please report any errors and suggestions to the link below.

##Support:

Clone this wiki locally