visit SOFTPRO GmbH Website

J-API Documentation

J-API Version 3.2.8


This software is the confidential and proprietary information of SOFTPRO ("Confidential Information"). You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the license agreement you entered into with SOFTPRO (see License Agreement).

SignWare J-API

The package de.softpro.signware implements a java wrapper to access SignWare objects from a java virtual machine. The wrapper uses jni to access the core SignWare objects. These objects are accessible from the java environment:

All classes are packed into SPSignware_32.jar.

Major differences between java and core SignWare implementation:

Installation

FAQs Frequently asked questions

I see an exception message "SPSignwareException -5, Unsupported Function whenever a XSPGuiAcqu object is instantiated".
This exception will be thrown when the java runtime modules are not accessible from the native modules. The native modules try to load jawt.dll, which must be accessible from the path variable.

Error handling and Debugging

An error stream handler is provided in class SPSignware. The method SPSignware.setLogStream allows to define a log stream. The entries SPSignware.println and SPSignware.printStackTrace both write to the stream.

All SignWare classes will write errors to the stream. No output will be written as long as you do not provide for a stream.

Please also see the section SignWare C-API (Core) Error handling and Debugging.

Versions

Java SDK Version history

Versions are detailed in the file ReleaseNotes.html.