Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Qnx IDE: Tip of the Day #25: Help infocenter: (1 Item)
   
Qnx IDE: Tip of the Day #25: Help infocenter  
If you want to access QNX User documentation that comes with IDE without running IDE, you
can start "infocenter". It is a web service that would allow to browse documentation using regular web browser.

You can start eclipse infocenter from command line:

(for IDE 4.6)
cd <IDE installation folder, parent of eclipse folder>
cp eclipse/qde eclipse/eclipse #this needed because otherwise tool would not recognize installation folder
java -cp eclipse/plugins/org.eclipse.help.base_3.3.1.v20070813_33x.jar:eclipse/plugins/org.mortbay.jetty_5.1.11.
v200706111724.jar org.eclipse.help.standalone.Infocenter -command start -eclipsehome ./eclipse/ -port 7000 -vmargs -
Xmx512M


To access it:

http://<your host>:7000/help/index.jsp  (assuming you run on 7000)

Also see general eclipse instructions here:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.platform.doc.isv/reference/misc/help_infocenter.html?view=co