I would like to compare 2 files in Java. please send me the code snipt for this scenario:
File1: ./divisions/Z7346/Z1111/0064C/1232324/123456_aug11.pdf ./divisions/Z7346/Z3333/0064C/3435355/345678_aug11.pdf ./divisions/Z7346/Z4444/0064C/6765765/234567_aug11.pdf
File2: ./divisions/Z7346/Z2260/0064C/1232324/123456_aug11.pdf ./divisions/Z7346/Z2222/0064C/343535/345678_aug11.pdf ./divisions/Z7346/Z3333/0064C/6765765/234567_aug11.pdf
It needs to compare these files and print the diffrence by comparing the report name(234567aug11.pdf,345678aug11.pdf) Eg. Check if the report 345678_aug11.pdf is same in both file 1 and 2. The file name will normally be the last 16 characters of a line.
Ads