So this application will just send out emails based on text present in files in a folder. So they have UTF-8 characters and when running the project on eclipse the emails go out with UTF-8 characters properly, but when I export it as runnable jar the characters are changed to question marks "???????" in the email Subject line.
Any idea as to how I can fix this? The existing questions were based on print writer or writing to txt file.