Reputation: 30147
I have created simple Eclipse plugin, by wizard, Hello, World Command
, but it runs in separate Eclipse.
Is it possible to run plugin in the same Eclipse I work in?
I want to write some helpers for design process.
UPDATE
My Eclipse version is Juno
My OS version is Windows Prof 7 x64
Eclipse runs under C:/Program Files/Java/jdk1.7.0/bin/javaw.exe
according to eclipse.ini
Run configuration of Eclipse Application
refers the same location.
Upvotes: 0
Views: 1809
Reputation: 34397
I think you need to install your plugin in your Eclipse to run it with-in the Eclipse as other plugins.
FAQ on Eclipse Plugin Installation can be found here: FAQ How do I install new plug-ins?
Upvotes: 1