Index of /mcmtheater/downloads/mcmTheater/mcmStartup

 NameLast modifiedSizeDescription

 Parent Directory   -  
 drjava-stable-200701..>2007-08-15 20:16 6.4M 
 drjava-stable-200701..>2007-08-15 20:16 6.3M 
 mcmTheater-saverbean..>2007-08-15 18:43 109K 
 mcmTheater.jar 2007-08-15 18:43 81K 
 theaterEx.pjt 2007-08-15 18:43 15K 
 build.xml 2007-08-15 18:43 5.7K 
 COPYING 2007-08-15 18:43 780  
 ZigZagStarNet.html 2007-08-15 20:16 453  
 ZigZagStar.html 2007-08-15 18:43 438  
 ZigZagStar.pjt 2007-08-15 18:43 377  
 build.properties 2007-08-15 18:43 305  
 theaterEx/ 2010-09-20 03:40 -  
 saverbeans/ 2010-09-20 03:40 -  
 mcmUser/ 2010-09-20 03:40 -  
 doc/ 2010-09-20 03:40 -  
 conf/ 2010-09-20 03:40 -  

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