File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Justification: To compare two tuples for eliminating possible duplicates
13
13
14
14
#How to Run
15
15
Steps:
16
- 1 . Open terminal (/command prompt) and go to Project location.
17
- 2 . Run the following command :
16
+ 1 . Open terminal (/command prompt) and go to "TinySQL_Interpreter" Project location.
17
+ 2 . Run the following commands :
18
18
> javac -target 1.8 -source 1.8 -d ./out/ src/parser/*.java src/storageManager/*.java src/interpreter/*.java -Xlint:unchecked
19
19
> cd out/
20
20
> java -cp . interpreter/Main
@@ -24,8 +24,10 @@ Steps:
24
24
Enter 0 to exit the interface
25
25
4 . Choose appropriate method and follow the instructions. The interface is iterative which means,
26
26
after processing the given input it will present the above choices again for the next iteration.
27
- 5 . The output of individual iteration would be logged inside /out/Result.txt
27
+ 5 . Processing the input queries may take a while depending on the input size. Please be patient.
28
+ 6 . The output of individual iteration would be logged inside /out/Result.txt
28
29
The output file Result.txt is rewritten on each iteration so make a copy if you need to persist the output.
30
+ Note: It is better to open the output file in advanced editors instead of basic Notepad.
29
31
30
32
31
33
# Developers
You can’t perform that action at this time.
0 commit comments