• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

barbecue in unix environment

 
Ranch Hand
Posts: 455
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Im using barbecue1.5 for generating barcodes and it works good in windows and unix.

my issue is, in the unix environment the id is not included in generated image. if i execute the same program in windows env, i will get the barcode image with the id below the image. I would like to have the id as part of the generated image in unix env as well. Is there any easy to resolve this issue ?

When I say "id" , its the string I'm passing to BarcodeFactory to generate the barcode.

thanks,
Rajeev
 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you able to look at the source code for the id generation and see where it uses something windows specific?
 
Rajeev Ravindran
Ranch Hand
Posts: 455
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i found this

http://sourceforge.net/projects/barbecue/forums/forum/266280/topic/1375304

i tried to print java.awt.headless in Linux and it returned null, seems to be a bug

 
reply
    Bookmark Topic Watch Topic
  • New Topic