Skip to content

Commit 36fcb02

Browse files
authored
Update Getting-started-example.md
1 parent 458fab9 commit 36fcb02

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
@@ -159,7 +159,7 @@ Copy and paste this code into a file called testSODA.java. Then modify the "url"
159159

160160
To compile and run SODA Java applications, you need the following jars:
161161

162-
* ojdbc6.jar that ships with Oracle Database 12.1.0.2. Download it from [this page](http://www.oracle.com/technetwork/database/features/jdbc/default-2280470.html).
162+
* ojdbc6.jar (for use with JDK 6) or ojdbc7.jar (for use with JDK 7 or 8) that ship with Oracle Database 12.1.0.2. Download it from [this page](http://www.oracle.com/technetwork/database/features/jdbc/default-2280470.html). These jars will work with Oracle Database 12.1.0.2 and above. Alternatively, if you are using JDK 8 and Oracle Database 12.2.0.1 and above, you can use ojdbc8.jar from [this page](http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html).
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

0 commit comments

Comments
 (0)