To compile a program, you invoke the MINERVA Development Server with:...
Move to
Next Prev
Up Top
Zoom to
minerva
minervad
minervagui
minervac
minervax
minervar
minmake
mjava
mjavac
mjar
See also
Invocation
Predicates
Directives
Arithmetic
Functions
Objects
Error Messages
File Names
main
Packages
Debugger
Internationalization
Gui Programming
MINERVA to Java Interface
Java to MINERVA Interface
Restrictions
IF Computer > MINERVA > Manual > Reference > Invocation

Invocation

To compile a program, you invoke the MINERVA Development Server with:

minervac MyProgram

To execute this program as a standalone, you invoke the MINERVA Application Server with:

minerva -l MyProgram

To execute this program as a standalone with debugger, you invoke the MINERVA Application Server with:

minervad -l MyProgram

To execute this program as a standalone with Graphical User Interface, you invoke the MINERVA Application Server with:

minervagui -l MyProgram

To prepare a library to extend MINERVA with existing Java classes you invoke the MINERVA Development Server with

minervax MyExtension
mjavac MyExtension.java

and can then execute a program with e.g.

minerva -b MyExtension1 -b MyExtension2 -l MyProgram Arg1 Arg2

To build a MINERVA based system, you invoke

minmake MySystem

To invoke a client side MINERVA program over the network you embed it as applet in a standard HTML file; again you may specify extensions and parameters.E.g.

<APPLET
        codebase="../../../"
        code="com.ifcomputer.minerva.Gui.class"
        height=150 width=300>
<PARAM name=minerva value="-c ../../../minervagui.mca -l corp -language german">
<APPLET>

To invoke a server side MINERVA program as a daemon, invoke with

	minerva -daemon -l MyServerProg

Have a look at the ExamplePrograms for more.

Examples

Unix

See scripts Compile.sh and Go.sh in $MINERVA_HOME/ExamplePrograms/

default installation:

/minerva/ExamplePrograms/

Windows

See scripts Compile.bat and Go.bat in %MINERVA_HOME%\ExamplePrograms\

default installation:

c:\InetPub\wwwroot\minerva\ExamplePrograms\

Relevant Files

Unix

Scripts in $MINERVA_HOME/bin/unix/*.sh

default installation:

/minerva/bin/unix/minerva.sh

Windows

Scripts in %MINERVA_HOME%\bin\Win95\*.bat or %MINERVA_HOME%\bin\Win98\*.bat %MINERVA_HOME%\bin\Win\*.bat

default installation:

c:\InetPub\wwwroot\minerva\bin\WinNT\minerva.bat resp c:\InetPub\wwwroot\minerva\bin\Win95\minerva.bat resp c:\InetPub\wwwroot\minerva\bin\Win98\minerva.bat

read on...
minerva
minervad
minervagui
minervac
minervax
minervar
minmake
minmake is a Java/XML based platform-independent make tool....
mjava
mjavac
mjar
MINERVA
ifcomputer logo
f
Expert Services on the Web
Language
English
Japanese
Server
USA
Japan
Site Access
Local Index
Local Contents
Site Contents
Site Index
Printer Friendly
For imode
For PDA
Search
document: http://www.ifcomputer.co.jp/MINERVA/Manual/Reference/Invocation/home_en.html
published 2008/5/12 update 2003/2/26 (c) 1996-2006 IF Computer Japan
IF Computer 5-28-2 Sendagi, Bunkyo-ku Tel +81-3-5814-3352 info@ifcomputer.com
Customer Support Tokyo 113-0022 Japan   http://www.ifcomputer.com
scroll to top managed with ubiCMS