Looks like function os.chdir() does not works for Jython, is there another way to switch of working directory in a Jython script ?
(Get the following error while running my script: OSError: [Errno 0] chdir not supported in Java)
Thanks in advance for any solution.
EDIT: Question title updated to match the solution. Tags too.