كيفية دمج قالب مشروع المكونات الإضافية في مشروع Eclipse موجود؟

StackOverflow https://stackoverflow.com/questions/6058300

  •  15-11-2019
  •  | 
  •  
هل كانت مفيدة؟

المحلول

No, the help system you point to is an eclipse plugin based system, useful with RCP programs. See http://wiki.eclipse.org/RCP It will only run in the context of an RCP application.

You might be able to write an RCP app that contains only help, launch it, and communicate with it through http from your java app, but it's not a simple integration ... and you still have to build your help documents so that org.eclipse.ui.help can see them.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top