tags:

views:

71

answers:

2

Which is a better bar code generation library in Java. I see two options as JBar and Barbecue. Any real life usage is greatly appreciated.

+1  A: 

I have tried Barcode4J. Nice one

bdhar
+2  A: 

I think Barbecue is an open-source & easy Java library so it is best.Also ZXing (pronounced “zebra crossing”) is an open-source, multi-format 1D/2D barcode image processing library implemented in Java.See this link http://code.google.com/p/zxing/

Sonal Patil