I have a few really long strings in one class for initializing user information. When I compile in Eclipse, I don\'t get any errors or warnings, and the resulting .jar runs
String theString2 = IOUtils.toString(new FileInputStream(new File(rootDir + "/properties/filename.text")), "UTF-8");