I've been giving training on Eclipse Plugin Development in Bangalore for an year or so. Lot many sessions and lot many questions. Many of the questions are repeated in every session. Till I collect them and post them as a FAQ, I plan to post few in this blog.
The first question here is on help: "We have a set of doc plugins for our product. How to host them on the net like the one at help.eclipse.org?"
Eclipse ships a class called org.eclipse.help.standalone.Infocenter, which is available in org.eclipse.help.base_{version}
-command start
-port 80
-eclipsehome
Assuming the jar is in the classpath, the command would be:
java org.eclipse.help.standalone.Infocenter -command start -port 80 -eclipsehome /Users/prakashgr/eclipse/
Showing posts with label help. Show all posts
Showing posts with label help. Show all posts
Jun 9, 2007
Help as a Standalone Application
Posted by
Prakash G.R.
at
12:00 AM
2
comments
Labels: eclipse, help, infocenter
Subscribe to:
Posts (Atom)
