[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] Re: Java Application
|
- From: "Christian W. Damus" <cdamus@xxxxxxxxxx>
- Date: Mon, 24 Sep 2007 10:19:23 -0400
- Newsgroups: eclipse.modeling.gmf
- Organization: IBM Canada (Rational Software)
- User-agent: KNode/0.7.2
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