My experiments with livecoding and java. There's quite a bit of documentation, because this is coursework. --- INSTALLATION Because it needs to be able to compile java classes, livework requires a recent version of the Java SDK. It needs to access the included 'jedit' jar file and tools.jar from sun. For example:
/usr/lib/j2sdk1.5-sun/bin/java -classpath .:/usr/lib/j2sdk1.5-sun/lib/tools.jar:./jars/jedit.jar livework.LiveWork --- Please send your comments to: alex@slab.org This is experimental software, I'm very interested in whether you think it's useful or not. Thanks!