Starting EiffelStudio and Opening a Project
In the rest of this Tour YOURDIR
denotes the directory where the example resides (the original, $ISE_EIFFEL/examples/studio/tour
, or a copy). Launching will use the operating system's mechanism for starting a program, so we look separately at Windows and at Unix/OpenVMS.
Launching EiffelStudio under Window
On Windows, you can launch EiffelStudio from the Start Menu by following the path:
Start --> Programs --> EiffelStudio Version --> EiffelStudio
where Version
is the version number, e.g. 6.5. Alternatively, you can double-click the icon that the installation procedure will have added to your desktop (if you have selected that option during installation).
If this is the first time you are using EiffelStudio, you may get a dialog asking for an unlock code or inviting you to register the product. See your platform installation instructions for registration information.
Launching EiffelStudio under Unix or OpenVMS
To launch EiffelStudio on Unix or OpenVMS, change directory to YOURDIR
and, from the command line, type
estudio
In general you can start EiffelStudio from any directory, but to make things simple for this Tour please make sure indeed to execute the estudio
command from YOURDIR
. (This will allow us to use relative rather than absolute names for some of the files involved.)