To install MINERVA, do:
/usr/local/minerva
$MINERVA_HOME/bin/unix/mjava
$MINERVA_HOME/bin/unix/mjavac
$MINERVA_HOME/bin/unix/mjar
as required by your particular installation.
Please refer to the template files in
$MINERVA_HOME/bin/OS/mj*.sh
Note that no other files should need any modification.
DONE!
The specific command sequence for csh users and looks e.g. like:
mkdir /usr/local/minerva setenv MINERVA_HOME /minerva setenv PATH $MINERVA_HOME/bin/unix:$PATH cd $MINERVA_HOME gzip -d < minerva_UNIX.tar.gz > minerva_UNIX.tar tar xvf minerva_UNIX.tar
Follow the instructions that came with your key.
Now please have a first look at your MINERVA:
Invoke your Java enabled internet browser, e.g. netscape Specify the following address in the browser.
/usr/local/minerva/home.html
Select ExamplePrograms, MinervaFeatures, then HelloWorld.
Enter some words in the lower entry window. HelloWorld should echo these in the upper window.
This confirms that your Internet browser operates correctly and that the MINERVA files were read correctly.
If you installed MINERVA at the default location and your Web server set up to show /minerva at the top level, then you should be able to invoke your MINERVA applets via both "file:/..." and "http://..." URLs.
Now let us invoke the HelloWorld Program, which you have used as an Applet before, as a standalone Java application.
Open the command prompt and enter the following commands.
> cd $MINERVA_HOME > ls
If you find the following message, MINERVA_HOME is correctly set. If not, please check/correct the setting of $MINERVA_HOME.
bin bin_template com compiler ExamplePrograms..etc...
Now confirm the proper setting of PATH. Enter the following command:
> minerva
'minerva' is the MINERVA command line executive, invoked without parameters it will present a '?-' prompt. Leave MINERVA with 'halt.'.
MINERVA 2.4 Development Server (C) 1996,2003 IF Computer : :
Now we are ready to invoke HelloWorld:
> cd $MINERVA_HOME/ExamplePrograms/MinervaFeatures/HelloWorld > minervagui -l helloworld You and Me
HelloWorld should echo your parameters "You and Me"
MINERVA 2.4 Development Server (C) 1996,2003 IF Computer : : ['You','and','Me']
Showing that the MINERVA command line executive works fine. Then at the end, confirm the operation of MINERVA compiler:
> minervac helloworldWill produce messages like:
compile: helloworld.min -> helloworld.ass generate interface: helloworld -> helloworld.mpk
You just compiled on your machine a (simple) MINERVA program! This completes the confidence checks: applet operation, standalone operation, compilation. We suggest now that you have a look at the MINERVA documentation and play with the example programs provided. Some are very simple, others assume some knowledge of your operating system and Java.