Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-help-dev] return code from the starteclipse command

Shikha,

If you use APIs:  org.eclipse.help.standalone.Help.start(),
org.eclipse.help.standalone.Help.shutdown(),
org.eclipse.help.standalone.Infocenter.start(), or
org.eclipse.help.standalone.Infocenter.shutdown(), they all can throw
Exception, in case of a problem.

For command line standalone help of infocenter, there is output messages
but no error code in case of failure.  You can examine whether there is
anything in the output of the processes.
Also, unless you call a shutdown, the start command should not return.  It
would indicate some kind of failure if it returns on its own.

Konrad Kolosowski



                                                                                                                                              
                      Shikha                                                                                                                  
                      Srivastava/Raleigh/IBM@I        To:       platform-help-dev@xxxxxxxxxxx                                                 
                      BMUS                            cc:                                                                                     
                      Sent by:                        Subject:  [platform-help-dev] return code from the starteclipse command                 
                      platform-help-dev-admin@                                                                                                
                      eclipse.org                                                                                                             
                                                                                                                                              
                                                                                                                                              
                      05/05/2003 10:37 PM                                                                                                     
                      Please respond to                                                                                                       
                      platform-help-dev                                                                                                       
                                                                                                                                              
                                                                                                                                              







Hi ,
We are starting and stopping eclipse infocenter  from within our
application, So we need to have some kind of return code to identify
whether the eclipse helpsystem has  started or some exception has occured,
Are their any return codes we can use?

Thanks in advance,

Shikha

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





Back to the top