Skip to content

Commit 5475320

Browse files
authored
Update SODA.md
1 parent 59b9f1a commit 5475320

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

java/ojvm/SODA.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ The goal of this write up is to furnish the steps for running testSODA.java in O
88

99
(i) Download the [latest orajsoda.jar](https://github.com/oracle/soda-for-java/releases) currently orajsoda-1.0.4.jar
1010

11-
(ii) Upload orasoda.jar in your database schema
12-
13-
loadjava -r -v -u hr/hr orajsoda-1.0.4.jar
14-
15-
(iii) Load the [latest javax.json-1.0.4.jar](https://mvnrepository.com/artifact/org.glassfish/javax.json/1.0.4)
11+
(ii) Load the [latest javax.json-1.0.4.jar](https://mvnrepository.com/artifact/org.glassfish/javax.json/1.0.4)
1612

1713
loadjava -r -v -u hr/hr javax.json-1.0.4.jar
14+
15+
(iii) Upload orasoda.jar in your database schema
16+
17+
loadjava -r -v -u hr/hr orajsoda-1.0.5.jar
1818

1919
**Prep testSODA.java for OJVM**
2020

0 commit comments

Comments
 (0)