Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Documentation
Samples
Legal
Contact Us
|
Use the following instructions to install Servertec Foundation Classes.
- Install Java JDK version 1.1.x or later.
Follow JavaSoft's instructions for installing the Java JDK.
- Extract setup_sfc.jar file.
c:
cd \
jar -xvf path\setup_sfc.jar
path the directory containing setup_sfc.jar.
- Define environment variables in c:\autoexec.bat file.
- Define CLASSPATH
set CLASSPATH=path\lib\sfc.jar;path\samples;%CLASSPATH%
path the base directory where SFC was installed, normally
c:\sfc.
- Define PATH
set PATH=path\bin;%PATH%
path the base directory where SFC was installed, normally
c:\sfc.
- Restart the computer.
|
|