[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Invoking SWT application from Eclipse

Renuka wrote:
Hi,

I have created SWT application.The standalone application is working fine. But when I am invoking it from Eclipse it is not working.
I had created simple hello plugin project. When i launch an Eclipse application, in the new instance of Eclipse it is giving output. In the same package I have created this SWT application. And in the same plugin.xml I have done mapping.


My questions are:

ï How to invoke the SWT application from Eclipse?
ï Do I need any SWT designer for designing or invoking such type of applications?



It is not giving any error while launching.

Hi Renuka. What version of Eclipse are you using? Is your SWT application an Eclipse plug-in or a stand-alone SWT application? If it's stand-alone, it's just like any other Java applcation and you just invoke it using Run as / Java Application (assuming we're talking Eclipse 3.3). Hope this helps. Mark