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?