hack jython tests to work on windows
windows needs access to the "root" holding the jar file (see https://github.com/int3/jython/blob/master/src/org/python/core/PySystemState.java#L571-L616)
Its different on windows, because when canonicalizing the file (case sensitivity), it needs access to the file.
Closes #13476