< prev index next >

samples/dynalink/buffer_indexing_linker.js

Print this page

        

@@ -35,11 +35,11 @@
 // jdk9 image and put the 'bin' directory in the PATH
 
 $EXEC.throwOnError=true
 
 // compile BufferIndexingLinkerExporter
-`javac -cp ../dist/nashorn.jar BufferIndexingLinkerExporter.java`
+`javac -cp ../../dist/nashorn.jar BufferIndexingLinkerExporter.java`
 
 // make a jar file out of pluggable linker
 `jar cvf buffer_indexing_linker.jar BufferIndexingLinkerExporter*.class META-INF/`
 
 // run a sample script that uses pluggable linker
< prev index next >