|
Documentation
Download
|
To install the executable:
- download accessroad050.jar in
the dedicated Access Road directory of your choice
- update your path:
- '.' in PATH, on Linux/Unix systems
for the current directory
- '.' in Path in Windows NT Diagnostics/Environment,
on Windows NT systems
- 'Access Road directory'\classes
directory, in your path
- \bin directory of the Java 1.3
runtime environment, in your path
- open the command window:
- run a shell on Linux/Unix systems
- run cmd.exe through Run/Execute,
on Windows NT systems
- run Command.com through Run/Execute,
on Windows 9x
- go to the Access Road dedicated
directory
- enter this command: jar xvf accessroad050.jar
- the Access Road directories and
files are created under the current directory, with the intermediate
directory 'classes'
- enter this command: java -classpath
'your Access Road directory'/classes ARoad0.Gui1.Desktop (on
Windows, replace '/' by '\')
- Access Road is started up and its graphical interface must
appear
- click on Help/Help Documentation to see the user manual
If you don't have the development documentation, you may also
print the user manual on the web site.
You may use a script in place of the last command, to run
more easily Access Road:
- text file as shell script, on
Linux/Unix systems
- text file as .bat script, on Windows 9x/NT systems
You may remove the jar file from the Access Road directory.
To install the source code with all the relevant html,
image files and test classes:
- download accessroad050src.zip and extract it in the directory
of your choice
To install the development documentation:
- download accessroad050docs.zip
and extract it in the directory of your choice ; open documentation.html
|