Error while invoking barcode encoding class on RTF template
Hi All,
I am trying to create a RTF template with code 128 barcode in it. I have created an encoding class and put it on $JAVA_TOP/oracle/apps/xdo/template/rtf/util/barcode as suggested in developer guide.
When I run programm using concurrent manager in EBS, I am getting following error during OPP:
Caused by: oracle.xdo.parser.v2.XPathException: Extension function error: Error invoking 'register_barcode_vendor':'java.lang.UnsupportedClassVersionError: oracle/apps/xdo/template/rtf/util/barcode/BarcodeUtil : Unsupported major.minor version 52.0'
I searched for this error on internet and found that this has something to do with JRE version on application server and the class' JRE version.