Skip to content

Commit 6df93c9

Browse files
authored
Update Getting-started-example.md
1 parent 0cbc9b1 commit 6df93c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Getting-started-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ To compile and run SODA Java applications, you need the following jars:
168168
Compile and run testSODA.java, making sure the necessary jars are in the classpath. JDK 6 or above is required. For example, assuming you're in the directory where the jars are located, do:
169169

170170
javac -classpath "orajsoda.jar" testSODA.java
171-
java -classpath "orajsoda-version.jar:ojdbc6.jar:javax.json-1.0.4.jar:." testSODA
171+
java -classpath "orajsoda-version.jar:ojdbc7.jar:javax.json-1.0.4.jar:." testSODA
172172

173173
You should see the following output:
174174

0 commit comments

Comments
 (0)