We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b9f1a commit 5475320Copy full SHA for 5475320
java/ojvm/SODA.md
@@ -8,13 +8,13 @@ The goal of this write up is to furnish the steps for running testSODA.java in O
8
9
(i) Download the [latest orajsoda.jar](https://github.com/oracle/soda-for-java/releases) currently orajsoda-1.0.4.jar
10
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)
+(ii) Load the [latest javax.json-1.0.4.jar](https://mvnrepository.com/artifact/org.glassfish/javax.json/1.0.4)
16
17
loadjava -r -v -u hr/hr javax.json-1.0.4.jar
+
+(iii) Upload orasoda.jar in your database schema
+ loadjava -r -v -u hr/hr orajsoda-1.0.5.jar
18
19
**Prep testSODA.java for OJVM**
20
0 commit comments