It's all about the answers!

Ask a question

calling an Eclipse based RTC Plugin from Browser


Aley Zaidi (43111) | asked Aug 04 '17, 5:50 a.m.

Hi All,

During development of our plugin we are facing following difficulty 

  • We have web based application which is opened in Eclipse internal web-browser.
  • From this web application we want trigger/open an Eclipse based RTC Plugin

 I want to ask if it is technically possible? 

One answer



permanent link
Luis Peregrina (18114) | answered Aug 04 '17, 1:15 p.m.
JAZZ DEVELOPER

 This is more an RCP feat: https://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fswt%2Fbrowser%2FBrowser.html


I would suggest looking for a listener, eg StatusTextListener and trigger the plugin method from there.

Your answer


Register or to post your answer.