In my IDE whenever we add a new interpreter (fssdbg.exe) through
interpreter preference page,it throws an expception "Failed to resolve
library locations for fssdbg.exe " and gives stack trace for
"java.lang.Exception: Output:".
Here we observed that whenever we add an interpreter it tries to run the
file returned by method "createPathFile" of
AbstractInterpreterInstallType and try to resolve the library locations.
but in our case we require no libraries with our interpreter.Is there any
mechanism by which we can remove this library resolving part or handle the
errors if no libraries found?