Index of /mcmtheater/downloads/mcmTheater/mcmStartup

Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [   ] COPYING 15-Aug-2007 18:43 780 [TXT] ZigZagStar.html 15-Aug-2007 18:43 438 [   ] ZigZagStar.pjt 15-Aug-2007 18:43 377 [TXT] ZigZagStarNet.html 15-Aug-2007 20:16 453 [   ] build.properties 15-Aug-2007 18:43 305 [   ] build.xml 15-Aug-2007 18:43 5.7K [DIR] conf/ 15-Aug-2007 18:27 - [DIR] doc/ 13-Aug-2007 16:44 - [   ] drjava-stable-200701..> 15-Aug-2007 20:16 6.4M [   ] drjava-stable-200701..> 15-Aug-2007 20:16 6.3M [   ] mcmTheater-saverbean..> 15-Aug-2007 18:43 109K [   ] mcmTheater.jar 15-Aug-2007 18:43 81K [DIR] mcmUser/ 13-Aug-2007 16:44 - [DIR] saverbeans/ 15-Aug-2007 18:27 - [   ] theaterEx.pjt 15-Aug-2007 18:43 15K [DIR] theaterEx/ 15-Aug-2007 20:16 -
MCM Theater README

MCM Theater README

These directories contain example Actors that use the mcmTheater package, see mcmTheater. The software is distributed free of charge for non commercial users, see COPYING.

DrJava Development Tool

To learn how to develop actors with DrJava, see README_DrJava.html.

Compile and Run from the command line

To compile the two distributed packages, use:

javac -cp mcmTheater-saverbeans-api.jar mcmUser 
javac -cp mcmTheater-saverbeans-api.jar theaterEx 
To execute and actor from the commmand line use:
java -cp .:mcmTheater-saverbeans-api.jar mcm.theater.Play -actor <ACTORNAME>
where actor name is the fully qualified name of a mcm.theater.Actor. For example, to run the actor defined in mcmUser/startup/ZigZagStar.java do:
java -cp .:mcmTheater-saverbeans-api.jar mcm.theater.Play -actor mcmUser.startup.ZigZagStar