Skip to content

Commit 4d2a150

Browse files
authored
Update Getting-started-example.md
1 parent a901556 commit 4d2a150

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/Getting-started-example.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,7 @@ public class testSODA {
155155

156156
Copy and paste this code into a file called testSODA.java. Then modify the "url" String at the beginning of the program with connection info for your Oracle RDBMS instance. Also "user" and "password" properties set at the beginning of the program need to be modified with the schema name which will contain the table backing the collection, and the password for that schema.
157157

158-
To compile and run SODA for Java application you will need the orajsoda-version.jar and its dependencies (javax.json-1.1.4.jar, which is the JSR252 implementation, and the Oracle JDBC jar).
159-
160-
You can obtain the latest SODA for Java jar and its dependencies using these Maven coordinates:
158+
To compile and run SODA for Java application you will need the orajsoda-version.jar and its dependencies (javax.json-1.1.4.jar, which is the JSR252 implementation, and the Oracle JDBC jar). Obtain the latest SODA for Java jar and its dependencies using these Maven coordinates:
161159

162160
**Group id:** com.oracle.database.soda
163161
**Artifact id:** orajsoda

0 commit comments

Comments
 (0)