File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This is my freshman year summer project! Trying to get a better understanding o
1414
1515-----------------------------------------------
1616
17- - Clone he project onto your system 'https://github.com/dlarocque/AlgorithmVisualizer '.
17+ - Clone the project onto your system 'https://github.com/dlarocque/AlgorithmVisualizer '.
1818- Download the .zip file from https://github.com/dlarocque/AlgorithmVisualizer and extract its contents.
1919
2020* OR*
@@ -38,13 +38,13 @@ This is my freshman year summer project! Trying to get a better understanding o
3838
3939### _ Running through Terminal_
4040
41- - Go to ` C:/.../AlgorithmVisualizer/src ` and enter
41+ - Go to ` C:/.../AlgorithmVisualizer-master /src ` and enter
4242
43- ` javac AlgVisualizer .java `
43+ ` javac -d bin com\example\algorithmvisualizer\* .java `
4444
45- - This will compile the program into a binary file, where you can now find by going to ` C:/.../AlgorithmVisualizer/bin `
45+ - This will compile the program into a binary file, where you can now find by going to ` C:/.../AlgorithmVisualizer-master/src /bin `
4646
47- - If there are no issues, you can now go to ` C:/.../AlgorithmVisualizer/ bin ` and run the program with
47+ - If there are no issues, you can now go to ` C:/.../AlgorithmVisualizer-master/src/ bin ` and run the program by entering
4848
4949` java com.example.algorithmvisualizer.AlgVisualizer `
5050
You can’t perform that action at this time.
0 commit comments