| [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.
Thanks for answering Christian!