mirror of https://github.com/jlizier/jidt
8 lines
286 B
Batchfile
Executable File
8 lines
286 B
Batchfile
Executable File
@ECHO OFF
|
|
|
|
REM Make sure the latest example source file is compiled.
|
|
javac -classpath "..\..\infodynamics.jar" "infodynamics\demos\Example2TeMultidimBinaryData.java"
|
|
|
|
REM Run the example:
|
|
java -classpath ".;..\..\infodynamics.jar" infodynamics.demos.Example2TeMultidimBinaryData
|