mirror of https://github.com/jlizier/jidt
Fixed comment character in bat file to run the auto generated code
This commit is contained in:
parent
e3a71b0a7e
commit
f902aa69dd
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue