Search code examples
eclipseemf

Retrieve ecore model from .jar file


I want to retrieve the compare.ecore model from a .jar file shown in the picture.

Model to retrieve (compare.ecore)

I tried to copy and paste it in the Eclipse IDE, but it didn't work. I opened the .jar file in the given path with WinRAR, but I can't find the model in the archive.

How can I retrieve this model?


Solution

  • I found an easy way to retrieve the model. I opened it in Eclipse, made a change and saved it via Save As...