ObjectArtist
 

Source installation

Install Ant, JUnit and SableCC on your computer. Links to the tools are on the Requirement page

Extract the objectartist-X.X-src.jar archive with

jar xvf objectartist-X.X-src.jar
in a directory of y our choice (e.g your home directory). Download the needed libraries from the Requirement Page and copy it to the lib directory.

To get enhance help type ant buildhelp. Compile all the java files with ant compile and generat e a jar file from the binaries with ant jar. You find now a file named objectartist.bin.jar in the bin directory.

Follow the installation instruction in the binary part.

Binary installation

copy the jar files (objectartist.bin.jar) to your jar directory (e.g /usr/share/java). Add the jar file to you r CLASSPATH variable.

for bash: export CLASSPATH=$CLASSPATH: /usr/share/java/objectartist.bin.jar: /usr/share/java/xerces.jar: /usr/ lib/share/xalan.jar: /usr/share/java/xml-writer.jar: /usr/share/java/jlfgr-1_0.jar

for csh: setenv CLASSPATH $CLASSPATH: /usr/share/java/objectartist.bin.jar: /usr/share/java/xerces.jar: /usr/s hare/java/xalan.jar: /usr/share/java/xml-writer.jar: /usr/share/java/jlfgr-1_0.jar

 

start the program with

java org.objectartist.main.ObjectArtist