Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-help-dev] How to integrate an external Java Help Jar in Eclipse.

Any jar needs to be called doc.zip and be contributed in a plugin for its
contents be accessible by help system.

http://eclipsewiki.swiki.net/226 explains what is needed to browse zipped
javadoc, your case may be similar.

There is an IHelp API to access help system from Java and cause it to
display any help resources.

To open arbitrary URL in a browser without writing any java code, you might
define an action in the plugin.xml, specify org.eclipse.help.ui.browser.
LaunchURL as an implementation class, and provide an url attribute in an
action element.

Konrad Kolosowski
Eclipse Help System



                                                                                                                                              
                      "Godwin Reynold"                                                                                                        
                      <godwinreynold@hotmail.c        To:       <platform-help-dev@xxxxxxxxxxx>                                               
                      om>                             cc:                                                                                     
                      Sent by:                        Subject:  [platform-help-dev] How to integrate an external Java Help Jar in Eclipse.    
                      platform-help-dev-admin@                                                                                                
                      eclipse.org                                                                                                             
                                                                                                                                              
                                                                                                                                              
                      02/14/2003 07:03 AM                                                                                                     
                      Please respond to                                                                                                       
                      platform-help-dev                                                                                                       
                                                                                                                                              
                                                                                                                                              



Hi !

How to integrate an external Java Help Jar in Eclipse. This i want to run
this help jar from the menu item of Eclipse (ehich also hs to be created.)


Thanks,
Godwin

_______________________________________________
platform-help-dev mailing list
platform-help-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-help-dev





Back to the top