vienas.ch Home

 INTRODUCTION 
What is SMaker
Layout Examples
How SMaker Works
Development Issues

 MANUALS 
Installation
Using SEditor
Using the API
Example Overview

 API 
Package sm

 CONTACT 
smaker@vienas.ch
 

Installation

Please read the License Agreement!

(1) The current version requires JDK 1.3.1 or later, but the use of JDK 1.4.2 is recommended, it can be downloaded from http://java.sun.com/j2se/1.4.2/download.html.

(2) If JDK 1.3.x is used instead of JDK 1.4, the Java API for XML Processing (JAXP) must be downloaded. We recommend JAXP v1.1.3 or later, where only crimson.jar must be added to the classpath of SEditor and your applications. (Previous versions require to crimson.jar and jaxp.jar). You may download this package by following the links from http://java.sun.com/xml.

(3) Create a SMaker directory, for example C:\SMaker and unzip the SMakerRxxx.zip (xxx=1-0 or later) to this directory.

(4) Edit the SEditor.bat file and set the correct path to Java.

(5) Only for JDK 1.3.1: In SEditor.bat file, set also the classpath for JAXP.

Now SEditor is ready to be started by SEditor.bat. For running your applications that are working with the package sm, see Using the SMaker API