A useful tip to share with you.
I need to read the file from the current directory (same directory with the main jar file). In my code, I just use "new File("test")", and it works quite well.
But in my colleague’s machine, it throws the FileNotFound exception. Oh, we I saw the exception in his screen, […]
