mirror of https://github.com/jlizier/jidt
9 lines
305 B
Bash
Executable File
9 lines
305 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Make sure the latest example source file is compiled.
|
|
javac -classpath "../../../infodynamics.jar:.." "../infodynamics/demos/autoanalysis/GeneratedTECalculator.java"
|
|
|
|
# Run the example:
|
|
java -classpath ".:../../../infodynamics.jar:.." infodynamics.demos.autoanalysis.GeneratedTECalculator
|
|
|