Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX -
Contents Index PreviousNext

Part 1 The Basic for Developing Application> Chapter 2 Environment Setup> 2.3 Setting Environment Variables

2.3.1 Setting Environment Variables (Java APIs)

Set the environment variables required for using the Shunsaku Java APIs.

Add 'shunapi.jar' to the CLASSPATH environment variable.

Examples of how to set these environment variables are shown below.

Example

For a standard Shunsaku installation:
SET CLASSPATH=C:\Program Files\Interstage Shunsaku\Shunsaku\lib\shunapi.jar;%CLASSPATH%

Example 1

For bash, Bourne and Korn shells:
CLASSPATH=/opt/FJSVshnsk/lib/shunapi.jar:$CLASSPATH; export CLASSPATH

Example 2

For C shell:
setenv CLASSPATH /opt/FJSVshnsk/lib/shunapi.jar:$CLASSPATH

Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006