it willalways give an error have noticed it due to the fact that when it passes externs in from settings menu it strips quotes from it
externs="C:/name with spaces\thing.js"
this by it self should works as that how you hand in the path directorys in to the java run time but as the quotes are striped from exterms it becomes
externs=C:/name with spaces\thing.js
of which the ERROR cannot read comes up as it tries to read:C:/name
it willalways give an error have noticed it due to the fact that when it passes externs in from settings menu it strips quotes from it
externs="C:/name with spaces\thing.js" this by it self should works as that how you hand in the path directorys in to the java run time but as the quotes are striped from exterms it becomes externs=C:/name with spaces\thing.js of which the ERROR cannot read comes up as it tries to read:C:/name