Home
News
Products
Internet Server
.NET Edition
aJile Edition
EJC Edition
SNAP Edition
TINI Edition
POS
.NET Edition
Jenie
SFC
Features
FAQs
Download
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Documentation
Samples
iScript
iMake
iPP
File Upload
Support
Legal
About
Contact Us
|
Which release would you like to install:
Binary Release
Source Release
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.
|
|