Name Last modified Size Description
Parent Directory -
COPYING 15-Aug-2007 18:43 780
ZigZagStar.html 15-Aug-2007 18:43 438
ZigZagStar.pjt 15-Aug-2007 18:43 377
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
conf/ 15-Aug-2007 18:27 -
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
mcmUser/ 13-Aug-2007 16:44 -
saverbeans/ 15-Aug-2007 18:27 -
theaterEx.pjt 15-Aug-2007 18:43 15K
theaterEx/ 15-Aug-2007 20:16 -
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 ToolTo learn how to develop actors with DrJava, see README_DrJava.html.
Compile and Run from the command lineTo compile the two distributed packages, use:
javac -cp mcmTheater-saverbeans-api.jar mcmUser javac -cp mcmTheater-saverbeans-api.jar theaterExTo 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