• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Barcoding in JAVA

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
i am creating an application in pure java to design the barcode labels. I have barcode DLL in all the symbologies but on UNIX environment we can't run windows DLL and infact i don't want to use DLL becouse it is plateform dependant. I listen with some one Java having some inbuilt classes for the barcodes in some symbologies (patterns) suggest me what and how to resolve the problem.
Thanks in advance.
Asim
[email protected]
 
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I ran into this: http://krysalis.org/barcode/index.html a while back while looking for something completely different and kept the URL because we might need barcode printing ourselves in the future (at the moment barcode printing in our application is handled by a background process written in a proprietary language and working quite well).
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for that link Jeroen. Have been struggling whilst doing my barcode label printing. But after following the link I have managed to sort them out.

Thanks again
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic