Fixed comment character in bat file to run the auto generated code

This commit is contained in:
jlizier 2017-11-27 09:42:30 +11:00
parent e3a71b0a7e
commit f902aa69dd
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
REM Make sure the latest example source file is compiled.
javac -classpath "..\java;..\..\infodynamics.jar" "..\java\infodynamics\demos\autoanalysis\GeneratedCalculator.java"
# Run the example:
REM Run the example:
java -classpath "..\java;..\..\infodynamics.jar" infodynamics.demos.autoanalysis.GeneratedCalculator