I-X Directory Structure
- readme.html
- Important information which you should read before using I-X.
- licence.html
- Details of the terms under which you can use I-X.
- doc/
- PDF versions of the User Guide, Tutorials, etc.
- javadoc/ - Documentation generated from the sources and
package.html files by javadoc.
- ix.jar
- The main I-X run-time code packaged as a .jar file.
- ix.exe
- As a way to quickly try out I-X, double click on the ix.exe
startup icon (or use the equivalent Apple OS icon or Unix/Linux
script) which calls the sample I-X Process Panel in apps/ime.
- apps/
- ime/ - Default application of I-X Process Panels that uses Jabber
communications.
- idemo-*/ - Tutorial and skelton code for building I-X appplications.
- isample/ - Earlier sample I-X Process Panels and files to copy to
make a new I-X application.
- [Other I-X applications may be present in some releases]
- wizard/
- Tool to help in the creation of I-X applications by answering a
set of questons.
- imports/
- .jar files required by I-X Systems other than those specific to an
application.
- comms/
jabber/ - Support for Jabber communications.
- [Other communication methods may be present in some releases]
- development/ (if source code is included)
- Java source code and .class files. The ix directory corresponds
to the Java ix package.
- scripts/
- unix/ - Unix shell scripts and other executables.
- win/ - Windows shell scripts and other executables.