Barcode for XML Publisher
I am working on a rtf XML template creation with a field which should be printed as barcode.
I follow the instructions to implemente barcode for XML Publisher but I have a problem :
When I want to compil my java file (BarcodeUtil.java), I've an error :
"package oracle.apps.xdo.template.rtf.util.barcoder; --> class, interface, or enum expected".
Before compiling my java file, I set the class path to point the xdocore.jar and set the path to the folder where the javac command exists :
C:\>set CLASSPATH=C:\Program Files\Oracle\XML Publisher Desktop\Template Builder for Word\jlib\xdocore.jar C:\>set PATH=C:\Program Files\Java\jdk1.6.0_10\bin