Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 3.12 KB

File metadata and controls

70 lines (52 loc) · 3.12 KB

jCleanCim

jCleanCim

Public Website & Documentation: https://jcleancim.ucaiug.io

jCleanCim is an open source tool for validation and documentation generation from Enterprise Architect UML models of IEC TC57 CIM and IEC 61850. It is a non-GUI Java application; the Java code is fully platform independent, but it must be run on MS Windows because of the Enterprise Architect and MS Word automation libraries (.dlls) it depends on.

Download

The current release is 2.4.0, published on the Releases page as a ZIP file. Two distributions are available:

Distribution Archive For
Binary jCleanCim-[version]-bin.zip Running jCleanCim from the console
Source jCleanCim-[version]-src.zip Developing and building jCleanCim, with Apache Ant or Eclipse

There is no separate 32-bit or 64-bit download. Bitness is a property of the Java installation you use, and is determined by which Sparx EA project file format that jCleanCim is being used for.

Requirements

  • A Java 17 or later JRE for the binary distribution, a JDK for the source distribution. A 64-bit installation is recommended: it works with both .eap(x) and .qea(x) project files.
  • Enterprise Architect, at the version matching your project file format.
  • MS Word (optional) is required only for document generation.

Full prerequisites, the project-file-to-Java compatibility matrix, installation steps, bundled dependencies and configuration reference are on the documentation site.

Documentation

Support

Please read the performance notes and troubleshooting hints on the documentation site before reporting a problem. Several of the most commonly reported issues are configuration or MS Word environment issues covered there. Questions and bug reports go to Issues; Discussions is the place for general conversation.

History and credits

jCleanCim was created by Tatjana (Tanja) Kostic. Until the end of 2015 it was hosted by the CIM Methods & Tools for Enterprise Integration group on the CIM Users Group web site, with access limited to CIM and IEC 61850 community members. In 2016 it was transitioned to a fully open source tool and hosted on Tanja's own web space. In November 2022, with Tanja Kostic's approval, it was migrated here as part of the CIMug's Open Source Initiatives effort.

License

Since release 2.0.0, jCleanCim has been licensed under the GNU LGPLv3. See copyright for the copyright notice, which is also included in every distribution and in every Java source file.