0

What is EMX files and why do we use it. I'm doing some analysis and here I got these files. I explored and get to know that it is something related to UML but I'm not clear on this.

President James K. Polk
  • 40,516
  • 21
  • 95
  • 125
Rio
  • 23
  • 4
  • google says : Music file used by eMusic Download Manager. How did you get that file ? is it a text file you can visualize/edit ? – bruno Oct 07 '20 at 06:14
  • This file is linked to one of my java application. I guess somehow its related to IBM RSA – Rio Oct 07 '20 at 06:22
  • That file contains class names and is coded in UML/XMI – Rio Oct 07 '20 at 06:23
  • 1
    `This file is linked to one of my java application` : *one of* does help us to help you, which one ? `That file contains class names and is coded in UML/XMI` edit your question to put that kind of information and all other details you know – bruno Oct 07 '20 at 06:35

1 Answers1

3

File extensions are free. So the name of an extension is not sufficient to give assurance about its content, unless it’s a format used by a popular software package. Name conflicts are not uncommon.

If narrowing down the search with some contextual information such as XML and UML that you provide in the tags, it seems to be a file format used by Rational Software Architect to save UML models, according to this and this website of other popular UML tools.

You now have to confirm this hypotheses by analyzing the file content.

Christophe
  • 68,716
  • 7
  • 72
  • 138