Full Xotics products

Thank you for installing Xotics products.


WARNING :
------------------------------------------------------------------------------------------
In order to execute Xotics Editor, and more precisely xape2_1_56.jar,
the JAR file j2ee.jar, from Sun J2EE SDK version 1.3.1, is included to this distribution.
------------------------------------------------------------------------------------------



Content :
---------

xotics/ : base directory containing program JAR files

- jlfgr-1_0.jar : Java Swing standard icons provided by Sun corp,
- XEditorIcons.jar : editor specific icons,
- xotics4_1_23.jar : Core API,
- xotics_editing4_1_23.jar : Core editing extension API,
- iml4_1_11.jar : IML dialect implementation,
- xape2_1_56.jar : XAP Engine implementation,
- j2ee.jar : one of the JAR files of Sun J2EE SDK 1.3.1 (located in lib/ of Sun SDK distribution), needed to load xape200.jar, 
- iml_control4_1_11.jar : IML extension dialects for XAPE integration,
- xotics_editor2_12.jar : editor specific files and run-time JAR.
- xotics_eula.txt : license agreement of this product.
- xotics_editor.ico : an icon for Windows
- README.txt : this document.

xotics/data/ : Editor data sub directory

- XoEditorMainApp.xml : main XAPE APP document representing the Xotics Editor application,
- XoEditorFunctions.xml : XAPE APP file containing Xotics Editor additionnal functions used by main APP document,
- XoEditorUI.xml : IML document representing the Xotics Editor User Interface,
- XoEditorUIStyle.xml : UI style decorations applied to EditorUI IML document
- XoEditPane.xml : Default Editor panel, suitable for any XML dialect implemented with Xotics.

(As bonus, specific for IML :)
- ImlEditorPane.xml : An editor pane designed for IML editing, that you can add to the Editor 
  by Menu Tools -> Editor Pane -> Add

xotics/doc/ : documentation directory, and API javadoc

Launch :
--------
To launch Xotics Editor, type the command :

	java -jar xotics_editor2_12.jar

(it is assumed that you know how to launch 'java' runtime program)

On first install, Xotics Editor asks for a directory where user files will be installed prior to launch the Editor.
This user directory contains user specific configuration data.
To change user directory, delete the file 'profile.xep' created in xotics_editor base directory after first launch.
Then, a new user directory will be asked at next startup.


To launch IML Player, type the command :

	java -jar iml4_1_11.jar


To launch XAPE Player, type the command :

	java -jar xape2_1_56.jar <config.xml>

where <config.xml> is the URL to a XAPE-Config document to configure the Engine and deploy Applications


System requirements :
---------------------

Xotics code needs Sun JDK 1.4 or more recent to run. It has been tested on Sun JDK 1.4.2_xx and JDK 1.5.

