Next Previous Up Top Contents Index

7.1 Running a Dylan application on a remote machine

7.1.1 Installing the program and debugging server on the remote machine

To do anything with a Dylan program on a remote machine, the program has to be installed there. It may be there already--if, for instance, you are working with another Dylan developer--but if it is not, you must install the program on that machine.

To install the debugging server and your program on a remote machine, perform these steps on the target machine:

1. Install the Functional Developer runtime system.
The runtime installer executable, the name of which begins "hdrun...", resides in the Extras folder at the top-level of your Dylan CD-ROM.
2. Install the debugging server application.
The debugging server installer executable, the name of which begins with "hddbg...", also resides in the Extras folder.
3. Copy the bin folder for your project onto the remote machine.

Getting Started with Functional Developer - 31 MAR 2000

Next Previous Up Top Contents Index