Read /Edit / Write jpg IPTC metadata in Java
问题 I am using Apache Commons but it is not enough for me because it is so old technology. So ,i found iCafe and it seems better but I am having the error below. Any idea what i am doing wrong? private static List<IPTCDataSet> createIPTCDataSet() { List<IPTCDataSet> iptcs = new ArrayList<IPTCDataSet>(); iptcs.add(new IPTCDataSet(IPTCApplicationTag.COPYRIGHT_NOTICE, "Copyright 2014-2016, yuwen_66@yahoo.com")); iptcs.add(new IPTCDataSet(IPTCApplicationTag.CATEGORY, "ICAFE")); iptcs.add(new