Skip to content

Commit 5cdb1c3

Browse files
authored
Update Building-source-code.md
1 parent 7cbc5e6 commit 5cdb1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Building-source-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ SODA has the following dependencies:
5050

5151
Download the jdbc jar ([https://repo1.maven.org/maven2/com/oracle/database/jdbc/ojdbc8/19.3.0.0/ojdbc8-19.3.0.0.jar](https://repo1.maven.org/maven2/com/oracle/database/jdbc/ojdbc8/19.3.0.0/ojdbc8-19.3.0.0.jar)), javax.json-1.1.4.jar ([http://search.maven.org/remotecontent?filepath=org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar](http://search.maven.org/remotecontent?filepath=org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar)) and junit-3.8.1.jar ([http://central.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar](http://central.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar)).
5252

53-
Place these jars in the /lib directory under the root SODA directory. Make sure you also put the ojdbc6.jar into this directory as well, as described above.
53+
Place these jars in the /lib directory under the root SODA directory.
5454

5555
Finally, navigate to the top SODA Java directory (the one that contains LICENSE.txt),
5656
and execute the ant build file by typing the following command:

0 commit comments

Comments
 (0)