• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Barcode generation from Java

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need to generate 'Barcode' for a number given from my application.
I have explored 'barcode4j', but I don't know how to integrate it with my
java application.

Is there any other way available to generate barcodes?

Please help.
[ September 29, 2006: Message edited by: Ganesh MV ]
 
Ranch Hand
Posts: 442
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You've not really explored barcode4j if you haven't run it or seen how it slots into your system.
If the documentation isn't helpful enough they have a mailing list as well and the archives should be helpful too. Sorry if this is vague but you don't have a specific problem, on a POC a while back I used barcode4j and it worked rather nicely.
I can't recall any alternatives at the time, I found barcode4j and tried that and didn't look any further.
 
Ganesh MV
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for your reply. I have integrated barcode4j with
my application. It is really working fine. your words gave
the confidence for me to explore it deeply. thanks a lot
 
reply
    Bookmark Topic Watch Topic
  • New Topic