Skip to content

Commit 44bd27f

Browse files
authored
Add files via upload
1 parent 7973977 commit 44bd27f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

javascript/nashorn/ReadMe-JavaScript-OJVM.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,12 @@ The signature may differ depending on your input parameters and return values.
5353
The following SQL script creates the Java class in your schema
5454

5555
create or replace and compile java resource named "InvokeScript" as
56+
5657
@InvokeScript.java
58+
5759
/
58-
Alrnatively you can simply load the Java class in your schema using
60+
61+
Alternatively, you can simply load the Java class in your schema using
5962
loadjava -r -v -user hr/hr InvokeScript.java
6063

6164
## Create a SQL wrapper for the javax.script wrapper class

0 commit comments

Comments
 (0)