Developing a Sametime Plugin Using Eclipse 3.5 and ST 7.5

I've been trying to set up a dev environment for developing Sametime plugins for a week, but I've run into problems in one form or another. The problems I am facing are

  • After tuning the Env there are no extension point schematics and instead of the actual extension I only get the word "Generic".
  • The above issue forced me to manually edit the Plugin.xml and add the instructions provided in the Advanced Sametime Redbook. The plugin itself doesn't load, let alone my settings.

I'm in a quandry on how to proceed from here. I got stuck, I tried downloading different versions of eclipse from 3.2 to 3.5 and none of them worked.

I would appreciate if anyone could help me with this, its really a disappointment :(

+2


source to share


2 answers


Just update if anyone is trying to find a solution to the "General" problem mentioned above. You need to change the target framework to Eclipse. When starting the client, you need to put it back at the sametime.



+2


source


Extension point diagrams are only part of the original eclipse builds. The Eclipse RCP contains the Eclipse source code and for this reason also the extension point schemas. This version of Eclipse is used for developing rich Eclipse-based client applications and for developing Eclipse plugins.



0


source







All Articles