Temenos
INTRODUCTION TO jBase
Temenos Training Publications 1
Temenos
Agenda
• jBase Directory Structure
• Environmental Variables In jBase
• The jBase Daemons
• File Types In jBase
• jBase File Resizing Commands
Temenos Training Publications 2
Temenos
Introduction To jBase
• jBase is an application development and database
management system that enhances and extends the
UNIX Operating System.
• Most of the Unix commands can be executed from
here
• Uses the ‘C’ compiler to compile
Temenos Training Publications 3
Temenos
jBase Directory Structure
/jbase
bin config jspooler lib tmp
Temenos Training Publications 4
Temenos
jBase Directory Structure
bin
Contains all the binary executables that make up the
jBASE system including the compilers.
Temenos Training Publications 5
Temenos
jBase Directory Structure
config
Contains various configuration files relating to the jPML
daemon, the configuration file for the creation of library
files and other configuration files.
Temenos Training Publications 6
Temenos
jBase Directory Structure
lib
Contains all the jBase library files which are required for
the working of jbase. Library files are like the windows
‘.dll’ files.
Temenos Training Publications 7
Temenos
jBase Directory Structure
tmp
This is a general purpose temporary directory for
runtime use
Temenos Training Publications 8
Temenos
jBase Directory Structure
jspooler
Contains the spool files of jBase which are required to
enable printing in jBase
Temenos Training Publications 9
Temenos
jBase Daemons
The working of jBase is controlled by the following
daemons
• jRLA
• jPML
• jBTP
Temenos Training Publications 10