Skip to content

Commit 0cbc9b1

Browse files
authored
Update Getting-started-example.md
1 parent 36fcb02 commit 0cbc9b1

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
@@ -165,7 +165,7 @@ To compile and run SODA Java applications, you need the following jars:
165165

166166
* orajsoda-version.jar. The SODA jar. Download the latest version [here](https://github.com/oracle/soda-for-java/releases).
167167

168-
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:
168+
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
171171
java -classpath "orajsoda-version.jar:ojdbc6.jar:javax.json-1.0.4.jar:." testSODA

0 commit comments

Comments
 (0)