[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Java Application

Hi, Tomas,

I think GMF at least requires Eclipse RCP, so you can't just run your editor
as a simple Java application with your own main class.  Eclipse RCP
provides the main class.  Use the "Eclipse Application" launch
configuration when you run, and select your application extension from the
list.

HTH,

Christian


Tomas Zijdemans wrote:

> I would like to run my editor as a java application, what main class
> should I use?
> 
> Cheers