I had tried several times running programs in Codechef environment, with the same run-time error:
Exception in thread “main” java.io.FileNotFoundException: /home/lowJwm/entradaLab6.xml (No such file or directory)
How do I do to my java programs to read files (.xml, .txt, .csv) at codechef environment?
I already tried to put the file to be read in several different directories, but nothing worked.