[kepler-dev] [Fwd: Re: [kepler-users] Running Kepler from the commandline]

Daniel Crawl crawl at sdsc.edu
Wed Apr 30 13:54:25 PDT 2008


Hi Christopher, Niels,

You'll need to use '-runwf' with either '-gui' or '-nogui'.

FYI, org.kepler.loader.Kepler is always invoked, which then
invokes:

no '-runwf': KeplerApplication

'-runwf -gui': PtExecuteApplication

'-runwf -nogui -nocache': MoMLSimpleApplication

The '-runwf -nogui' (and '-runwf -nogui -cache') combinations
are not currently supported.

  --dan


Christopher Brooks wrote:
> "kepler.bat -gui"  invokes org.kepler.loader.Kepler which
> will invoke org.kepler.gui.KeplerApplication which invokes
> ptolemy.vergil.VergilApplication which extends MoMLApplication
>
> "kepler.bat -nogui" invokes ptolemy.actor.gui.PtExecuteApplication
> which extends MoMLApplication
>
> _Christopher
>   


More information about the Kepler-dev mailing list