Closed sbabcoc closed 2 years ago
I strongly suspect that the getScriptResource() method is only able to read resources from the standard file system; resources contained in JAR files may not be accessibly via this method as it's currently implemented.
getScriptResource()
This utility method performs as expected with resources contained in JAR files. No need to do anything.
I strongly suspect that the
getScriptResource()
method is only able to read resources from the standard file system; resources contained in JAR files may not be accessibly via this method as it's currently implemented.