kukido / eclipser

Eclipser is an IntelliJ plugin. It converts Eclipse launch configurations into IntelliJ IDEA run configurations.
Apache License 2.0
37 stars 27 forks source link

cannot start rcp application #15

Closed badger1961 closed 9 years ago

badger1961 commented 9 years ago

if org.eclipse.pde.ui.RuntimeWorkbench type was selected in launch file. User observes message that this type of application is not support

kukido commented 9 years ago

Hi there!

First of all, thank you for using the plugin!

Per Eclipser documentation it currently supports the following launch configuration:

RuntimeWorkbench is not of those configurations. In order for Eclipser to work there should be a way to create runtime configuration in IntelliJ from metadata available in launch configuration. I looked into RuntimeWorkbench launch configuration and don't see what would be IntelliJ equivalent.

How would you add that configuration to IntelliJ if Eclipser was not available?

kukido commented 9 years ago
ECLIPSE_APPLICATION_LAUNCH_CONFIGURATION_TYPE
"org.eclipse.pde.ui.RuntimeWorkbench"
The launch configuration type for Eclipse application launches.

It seems that org.eclipse.pde.ui.RuntimeWorkbench launch configuration launches another instance of Eclipse. The above run configuration is currently not supported by IntelliJ Platform, and hence by Eclipser.

badger1961 commented 9 years ago

Thanks

I see. I have to continue use eclipse for this kind of application

2015-04-28 0:26 GMT+03:00 Andrey Myatlyuk notifications@github.com:

ECLIPSE_APPLICATION_LAUNCH_CONFIGURATION_TYPE "org.eclipse.pde.ui.RuntimeWorkbench" The launch configuration type for Eclipse application launches.

It seems that org.eclipse.pde.ui.RuntimeWorkbench launch configuration launches another instance of Eclipse. The above run configuration is currently not supported by IntelliJ Platform, and hence by Eclipser.

— Reply to this email directly or view it on GitHub https://github.com/kukido/eclipser/issues/15#issuecomment-96826899.