<< Prev | - Up - |
Most Mozart demos are available as Oz applets: Oz applications that can be started by clicking a link on a web page. In order to start them by clicking, the web browser must know about Oz applets (or Oz applications as we also call them).
The modifications described below only have to be done by Unix users. Under Windows the installation process will automatically do the necessary modifications for you. If that fails for some reason, please follow the instructions below, but use
"C:\Program Files\Mozart\bin\ozenginew.exe" "%1"
as application (assuming that you installed Mozart under C:\Program Files\Mozart).
Application execution in a web browser (and also by mail tools, etc.) is controlled by MIME types. An Oz application has the MIME type application/x-oz-application and the filename extension oza.
To make your Web Browser or E-Mail tool Oz application enabled, it needs to know the following bits of information:
This is application/x-oz-application.
This is oza.
Where the Oz engine to execute Applications resides. For example, if Mozart has been installed in /usr/local/oz, this is /usr/local/oz/bin/ozengine.
You have to do the following steps:
Open the preferences window.
Choose the Navigator, Applications dialog.
Press the New button.
Enter the information as sketched above, as you see it done in Picture B.1
<< Prev | - Up - |