I need to write pluginable framework and I am considering using Eclipse
for it
And I want to ask some questions which will help me to reach the decision
1. Is it possible in Eclipse to run plugin in a sandbox - i.e. run plugin
in other process ( which can crash or stuck and it won't crash/stuck the
entire application) similar to how firefox runs acrobat reader ?
2. Is it possible to add plugin which was written in C# ? what should I do
to add it ?