Skip to content

Commit 34b0fbf

Browse files
committed
Update Getting-started-example.md
1 parent c6755a6 commit 34b0fbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Getting-started-example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@ To compile and run SODA Java applications, you need the following jars:
163163

164164
* javax.json-1.0.4.jar. This is the JSR353 implementation, download it from [here](http://search.maven.org/remotecontent?filepath=org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar).
165165

166-
* orajsoda.jar. The SODA jar. Download it [here](https://github.com/oracle/SODA-FOR-JAVA/releases/download/v1.0.0/orajsoda.jar).
166+
* orajsoda-version.jar. The SODA jar. Download the latest version [here](https://github.com/oracle/SODA-FOR-JAVA/releases).
167167

168168
Compile and run testSODA.java, making sure the necessary jars are in the classpath. 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.jar:ojdbc6.jar:javax.json-1.0.4.jar:." testSODA
171+
java -classpath "orajsoda-version.jar:ojdbc6.jar:javax.json-1.0.4.jar:." testSODA
172172

173173
You should see the following output:
174174

0 commit comments

Comments
 (0)