hosted by
Home
Download
Example applets
Documentation
Architecture
Configuration
API JavaDoc
© 2001
Franz-Josef Elmer
last modified $Date: 2001/12/30 13:33:06 $
|
JFraCE Configuration
The Emulator
is the main class of JFraCE. When starting its
main
method it needs a configuration file describing the composition of the
computer system to be emulated. A configuration file is similar but
not identical to a Java Properties file. All the mandatory as well as
the optional configuration parameters are explained in the class
SystemConfigurator .
In the configuration file there may be links to configuration
files need by the
Configurator of a
Device .
Here are two examples (they are used by the
CP/M applet):
- Main configuration file
- Configuration file
for
CPMEmulatorConfigurator .
|