The LOM-Editor is written in Java and needs a Java Runtime
Environment, which can be downloaded from
SUN
. Running the editor with Windows platforms requires at least Version
1.3 of the Runtime Environment; Linux/Unix pltforms require at least Version
1.2.
To import XML encoded LOM descriptions the editor is using
the JAXP-classes
from Sun. It is therefore possible to use any java XML parser, as long
as the parser implements the jaxp-API.
At the moment you can download two versions of the editor.
If you do not already use a XML parser, download the file
lom-editor-xerces.zip
, which includes the XML-Parser
Xerces
from Apache
. If you have a parser installed somewhere on your system download the
file lom-editor.zip
and change the configuration file
of the editor, to use your local parser.