[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmt] Re: [Epsilon] NoSuchMethodError running EOL from Java

Hi Conrad,

Do you need to use EOL in a standard Java project or in a Plug-In project? The latter would be no problem as different plugins can have different versions of the same libraries. However, if it is a standard Java project there is a unique classpath in which there cannot be two versions of the same library - unless you use a custom classloader or something :(

Cheers,
Dimitrios

Conrad Hoffmann wrote:
Dimtirios,

I am using standard 3.3 Eclipse with the plugin installed via update site.
I think ANTLR may be the problem. I am using a project that uses ANTLR, I am not sure which version. But they use their own copy of the source files in the project, probably to avoid api changes. This is beyond my control. Is there any trick to make the two versions get along together?


Thanks a lot,
Conrad