How to configure an Eclipse installation to use classes from Apache Commons IO ?
I want to use this code:
IOUtil.write(encoded, new FileOutputStream(new File("target-file.txt")))
But this gives an error:
IOUtil cannot be resolved
java eclipse
rover12
source share