I have 6 js files and I need to include them in the final script in order to pass the ScriptEngine eval method. How can i do this? ScriptEngine do not have an add () method. I can read them using FileReader and concatenate these lines, but I think that would be a better way.
source
share