Skip to content

Commit 7f13eca

Browse files
committed
Merge pull request joeferner#312 from frosas/patch-1
Fix reference to nonexistent `java.classpath.pathDir()`
2 parents 4b3eec3 + ea08e86 commit 7f13eca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ All items must be added to the classpath before calling any other node-java meth
339339
__Example__
340340

341341
java.classpath.push('commons.io.jar');
342-
java.classpath.pathDir('lib');
342+
java.classpath.push('src');
343343

344344
<a name="javaOptions" />
345345
**java.options**

0 commit comments

Comments
 (0)