Home > Eclipse, Java > Including the Eclipse 3.3 help system in RCP applications

Including the Eclipse 3.3 help system in RCP applications

I just updated the help system for one of my tutorial RCP applications to Eclipse 3.3. I wanted to use the Jetty stack instead of Tomcat, like the Eclipse 3.3 SDK does. Since the help on “RCP help” is still a bit outdated, it took me a while to collect all necessary plug-ins. Here is the list of plug-ins you need to deploy with your Eclipse 3.3 RCP based application if you want to use the Jetty stack (in alphabetical order):

  • javax.servlet
  • javax.servlet.jsp
  • org.apache.commons.el
  • org.apache.commons.logging
  • org.apache.jasper
  • org.apache.lucene
  • org.apache.lucene.analysis
  • org.eclipse.core.variables
  • org.eclipse.equinox.http.jetty
  • org.eclipse.equinox.http.registry
  • org.eclipse.equinox.http.servlet
  • org.eclipse.equinox.jsp.jasper
  • org.eclipse.equinox.jsp.jasper.registry
  • org.eclipse.help.appserver
  • org.eclipse.help.base
  • org.eclipse.help.ui
  • org.eclipse.help.webapp
  • org.eclipse.osgi.services
  • org.motbay.jetty
Categories: Eclipse, Java Tags:
  1. September 4th, 2007 at 12:14 | #1

    Hi,

    I wonder if it makes sense to create an “official” org.eclipse.help feature which contains all these dependencies (like org.eclipse.rcp). We have created our own, after we spent quite some time figuring out what’s required too.

    Cheers
    Markus

  2. September 4th, 2007 at 12:56 | #2

    Hi Markus,

    actually I did the same and would consider it a good idea to provide a standard help feature for further reuse.

  3. September 4th, 2007 at 13:43 | #3

    Thanks Kai. Very useful!

  4. September 4th, 2007 at 15:41 | #4

    Creating a feature sounds like a good idea. Did you file a bug for this? Could you add me to the cc list? Thanks!

  5. Wayne Beaton
    September 4th, 2007 at 15:57 | #5

    Kai, can you raise a bug against the “help” documentation?

  6. September 4th, 2007 at 16:32 | #6

    Hi

    +1 I also did the same. You should create a bugzilla entry for this.

    Nicolas

  7. September 4th, 2007 at 17:10 | #7

    I have filed a feature request (bug id 202160) and a documentation bug (bug id 202159)

  8. September 29th, 2007 at 18:55 | #8

    Hi

    Very much for a long time searched for article on this theme.Thanks.
    by

  9. October 4th, 2007 at 20:52 | #9

    Hello
    I was very much helped by the information with this article.
    Many thanks at you very fascinating resource.
    by

  10. October 7th, 2007 at 06:13 | #10

    Thank you for sharing!

  11. Martin
    February 14th, 2008 at 18:10 | #11

    There is a typo, it should be: org.eclipse.core.variables

  12. February 14th, 2008 at 18:28 | #12

    Thanks, typo fixed.

  13. Rocko
    April 24th, 2008 at 11:04 | #13

    And mortbay instead of motbay.
    thx a lot

  14. Rocko
    April 24th, 2008 at 11:18 | #14

    org.eclipse.ui.forms is missing (here)

  15. JM
    February 26th, 2009 at 08:16 | #15

    Hi, I am working on an RCP application development and have tried quite a bit to get the help system running but inspite of including all these plugins mentioned above, the help contents just dont show up. Any suggestions. I am using Eclipse 3.4.
    My product file contains all these plugins. Am i missing on something here.

  16. March 4th, 2009 at 20:53 | #16

    JM,

    in Eclipse 3.4 there is a help feature included, don’t make your own.

  1. July 31st, 2009 at 00:12 | #1