DZone ForumsDZone Forums  

Go Back   DZone Forums > Community > Tools & IDEs > Eclipse
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
LinkBack Thread Tools Display Modes

Topic: Problem in creating plugin for RCP
Old 07-22-2008, 03:42 AM   #1 (permalink)
Member
 
Join Date: Jul 2008
Posts: 1
Hi Friends,
I am working on Headless RCP application.And try to write a extention for my application.
I tried all possibilities but not able to load my extension.
I have Base application where i defined extention point.
and a plugin where i am adding a extention.

I am tring to load like this

IExtensionRegistry registry = Platform.getExtensionRegistry();
IExtensionPoint extensionPoints []= registry.getExtensionPoints();
IExtensionPoint extensionPoint = registry.getExtensionPoint("BaseProject.percept");
IConfigurationElement[] elements = extensionPoint.getConfigurationElements();

i am getting elements array of length zero.

My base and extention projects are attached.
Please help me in finding out whats probelm.

Regards,
Abhishek
Attached Files
File Type: zip BaseProject.zip (7.1 KB, 0 views)
File Type: zip ExtentionProject.zip (4.0 KB, 0 views)
workdesk03 is offline   Reply /w Quote -


Thread Tools
Display Modes



All times are GMT -5. The time now is 08:57 PM.