[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.emf] Re: EMF in standalone applications
|
Lars,
Yes, you need to add to the classpath all the jars for the plugins (and their dependent plugins) that you want to use
standalone. We didn't list them explicitly in the FAQ since the list is dependent on exactly what plugins you want to use
and is available by looking at the runtime libraries in their plugin.xml files.
Frank.
Lars Ehrler wrote:
> I used the FAQ to get my application working standalone.
> I had to add the jars:
> org.eclipse.emf.common.common.jar
> org.eclipse.emf.ecore.ecore.jar
> org.eclipse.emf.ecore.xmi.ecore.xmi.jar
>
> - otherwise it would not compile. This is not mentioned in the FAQ. Did I do something wrong or is this a missing point
> in the FAQ ?
>
> (I don't want to use the edit-framework but only the generated model itself).
>
> Thanks
> Lars