Search:

Type: Posts; User: Lord.Quackstar

Search: Search took 0.10 seconds.

  1. Re: Replace in EcmaError (JSR223) with actual file name

    That would be probably the best way, but the issue though is that I also load util functions and place then at the top of the file (hence why its hard when an error like that shows up because I have...
  2. Re: Replace in EcmaError (JSR223) with actual file name

    You must not be familiar with ScriptEngine. The files aren't compiled, their plain JavaScript files that are dynamically loaded and parsed. And that's not a compile error, thats a runtime error.
  3. Replace in EcmaError (JSR223) with actual file name

    Hello everyone,

    In my code, I have a bunch of scripts contained in .js files. Whenever one of the scripts contains an error, I get this:

    javax.script.ScriptException:...
Results 1 to 3 of 3