is it possible to use the drools editor etc in an eclipse RCP
application?
If you only want the editor, you should probably try to extract that
from
the plugin and remove all other features. That should decrease the number
of required plugins (like for example the debug and gef plugins). Note
however that some of the features in the drl editor do require the jdt
plugin, as the code completion for the editor is based on the Java code
completion provided in the jdt plugin.
Kris