Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-core-dev] How to launch previously installed Swing application from my plug-in?

Vladimir, these questions should be addressed in the eclipse.tools
newsgroup. This list focus on the development of the PDE Build component. I
know, it says pde-core-dev but it is a long story.

I don't know if there are any limitations on running a Swing application in
the same VM as Eclipse. I guess it would work. About the JARs, yes, the
easiest way is having them as libraries of your plug-in or libraries of a
plug-in yours require in order for them to be in the classpath. The hard
way is to create a new classloader and populate the classpath manually.

If you have any further questions, please post to the eclipse.tools
newsgroup.

Rodrigo



                                                                                                                                              
                      "Vladimir                                                                                                               
                      Trukhachev"                To:       <pde-core-dev@xxxxxxxxxxx>                                                         
                      <tva@xxxxxxxxxx>           cc:                                                                                          
                      Sent by:                   Subject:  [pde-core-dev] How to launch previously installed Swing application from my        
                      pde-core-dev-admin@         plug-in?                                                                                    
                      eclipse.org                                                                                                             
                                                                                                                                              
                                                                                                                                              
                      08/23/2002 06:29 AM                                                                                                     
                      Please respond to                                                                                                       
                      pde-core-dev                                                                                                            
                                                                                                                                              
                                                                                                                                              




Hi All,

I need to launch previously installed Swing application from my plug-in.
Mandatory requirement: this launching should be made in the same JVM.
Is it possible to do it without copying all .jars needed into the lib
directory of this plug-in?

Thanks in advance,
Vladimir





Back to the top