Hi ,
I am using Eclipse Version: Helios Release (3.6.0) , jdk1.6.0_22, windows 7 and aspose-barcode-5.4-jdk15. I could not find anywhere aspose-barcode jar for jdk 6. I am unable to see any result.
BarCodeReader reader = new BarCodeReader(strBarCodeImage, BarCodeReadType.Code39Standard);
while (reader.read())
{
System.out.println(“Symbol:” + reader.getReadType());
System.out.println(" Code :" + reader.getCodeText());
}
reader.read() returns ‘false’. Could you please help me in resolving this.
Please drop me an email at sharmistha.sarkar1400@gmail.com
Thanks,
Sharmistha
Hi Sharmistha,
Thanks for your inquiry. I would like to update you that we provide 2 jars one ( aspose-barcode-x.x-jdk14.jar ) for jdk 1.4 and second ( aspose-barcode-x.x-jdk15.jar ) for jdk 1.5 or above. So It seems no issue with the environment. Could you please share the bar code image here in this thread? We will take a closer and guide you accordingly.