Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot start rcp application #15

Closed
badger1961 opened this issue Apr 24, 2015 · 3 comments
Closed

cannot start rcp application #15

badger1961 opened this issue Apr 24, 2015 · 3 comments

Comments

@badger1961
Copy link

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

@kukido
Copy link
Owner

kukido commented Apr 26, 2015

Hi there!

First of all, thank you for using the plugin!

Per Eclipser documentation it currently supports the following launch configuration:

  • local java application
  • remote java application
  • maven
  • ant
  • external tool

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
Copy link
Owner

kukido commented Apr 27, 2015

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.

@kukido kukido closed this as completed Apr 27, 2015
@badger1961
Copy link
Author

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
#15 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants