java -classpath VisAnt.jar cagt.bu.visant.VisAntApplet
If the version of VisANT is less than 2.43, please use following command:
java -classpath VisAnt.jar VisAntApplet
java -Xmx512M -classpath VisAnt.jar cagt.bu.visant.VisAntApplet
If the version of VisANT is less than 2.43, please use following command:
java -Xmx512M -classpath VisAnt.jar VisAntApplet
java -Djava.awt.headless=true -jar VisAnt.jar -b res/batch_cmd.txt
"-Djava.awt.headless=true" must be presented, "-b" tells VisANT to run in the batch mode, "res/batch_cmd.txt" indicates the the place of the command file.java -Xmx512M -Djava.awt.headless=true -jar VisAnt.jar -b res/batch_cmd.txt
where 512M indicates that java can use up to 512M memory. If you are not sure how many memory that may be required for your network, set it to the maximum number that you computer can handle. Please reference here for examples and more information to handle large-scale network.