UML Editor is an open source software application whose purpose is to help you create, develop, view and manipulate schemas. It is able to read and write INTERLIS syntax and GML schemas.
You can print or save the diagrams to UML file format, export image diagrams to JPEG, SVG or WMF file format, import INTERLIS model files (ILI file format), as well as add information from XML files.
- languages supported:
- (DE) German
- (ES) Spanish
- (FR) French
- (IT) Italian
Based on: JHotDraw
The UML-Editor is licensed under the LGPL (Lesser GNU Public License).
umleditor branch master is in stable state.
For the current version of UML editor, you will need a JAVA software development kit (JDK) version 1.6 or a more recent version must be installed on your system. A free version of the JAVA software development kit (JDK) is available here . Also required is the build tool ant. Download and install it as documented there.
In order to install the UML Editor, Download choose a directory and extract the ZIP file.
To start the UML Editor, enter the following command at the commandline prompt
java -jar umleditor.jar [options]
java -Duser.language=FR -jar umleditor.jar
Configure the IDE with UTF-8 as character encoding format to resolve possible errors when the project is opened
To compile the UML Editor, change to the newly created directory and enter the following command at the commandline prompt:
ant clean compile jar run
To build a binary distribution, use:
ant bindist