简体   繁体   中英

How to run Eclipse plugin in the same Workbench?

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.

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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM