<< Prev | - Up - | Next >> |
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).
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.
Picture 4.1.
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 4.1
<< Prev | - Up - | Next >> |