< prev index next >

samples/dynalink/array_stream_linker.js

Print this page

        

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