Servertec Installation
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.

  1. Install Java JDK version 1.1.x or later.
    Follow JavaSoft's instructions for installing the Java JDK.

  2. Extract setup_sfc.jar file.
    c:
    cd \
    jar -xvf path\setup_sfc.jar

    path the directory containing setup_sfc.jar.

  3. Define environment variables in c:\autoexec.bat file.

    1. Define CLASSPATH
      set CLASSPATH=path\lib\sfc.jar;path\samples;%CLASSPATH%

      path the base directory where SFC was installed, normally c:\sfc.

    2. Define PATH
      set PATH=path\bin;%PATH%

      path the base directory where SFC was installed, normally c:\sfc.

  4. Restart the computer.
 top of page
Copyright © 2001-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:56:31 EDT 2005