We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b41f2 commit 7debaf9Copy full SHA for 7debaf9
.npmrc
@@ -0,0 +1,4 @@
1
+registry=http://ship.nil.si:4873/
2
+@conscia.com:registry=http://ship.nil.si:4873/
3
+save-exact=true
4
+//ship.nil.si:4873/:_authToken=FQOnWvIoK1U2S5Tk7qb9/e4asJNT/O1IzBaofKcToo4=
package.json
@@ -7,7 +7,7 @@
7
"jvm",
8
"bridge"
9
],
10
- "version": "0.12.2",
+ "version": "0.12.2-nil",
11
"engines": {
12
"node": ">=7.0.0"
13
},
testJava.js
@@ -1,4 +1,4 @@
-const java = require("./lib/nodeJavaBridge");
+const java = require("./");
const out = java.getStaticFieldValue("java.lang.System", "out");
java.callMethodSync(out, "println", "Hello from JAVA!");
0 commit comments