I am trying to use below command in my javascript,
var file = new Java.type("java.io.File");
but i get an error
Uncaught ReferenceError: Java is not defined
Could anybody help me, how can i use this javalibrary in my code.
I am using it for like file.listfiles()
method
Thanks in advance.