I am creating a file like so
try { File file = new File(workingDir, obj.getName() + \".xls\"); outputStream = new FileOutputStream(file); } catch (FileN
Maybe it's because of the backslashes in the path? Path too long? File name invalid for this error (special caracters...) ?
I might be totally wrong, but worth a try since it sounds like a OS dependent error.