Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] RCP: How to launch your target Eclipse



A minor correction, if I may:
>- the PDE launcher obtains the application id from the install.ini of your

>host eclipse

The PDE launcher actually obtains the application id from the install.ini
of your "target" eclipse.
If your host Eclipse = your target Eclipse, then the above statement is
true.

Wassim.


                                                                           
             Nick                                                          
             Edgar/Ottawa/IBM@                                             
             IBMCA                                                      To 
             Sent by:                  eclipse-dev@xxxxxxxxxxx             
             eclipse-dev-admin                                          cc 
             @eclipse.org                                                  
                                                                   Subject 
                                       [eclipse-dev] RCP: How to launch    
             11/06/2003 01:14          your target Eclipse                 
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
                eclipse-dev                                                
                                                                           
                                                                           




With the latest changes in HEAD, you now need to specify the application
when running your target eclipse from your host eclipse.
In your Run-time Workbench launch configuration, add the following to the
Program Arguments field:
-application org.eclipse.ui.ide.workbench

Once we are running on a successful build including the RCP changes, this
will not be necessary.

Technical details:
- the PDE launcher obtains the application id from the install.ini of your
host eclipse
- in pre-RCP builds, this is org.eclipse.ui.workbench
- in post-RCP builds, this will be org.eclipse.ui.ide.workbench

So if your host is a pre-RCP build, but you have the RCP changes loaded
from HEAD, then you need to specify -application
org.eclipse.ui.ide.workbench

Nick

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev




Back to the top