Alrighty, I'll put together a blog post with a link to the java class, with some instructions.
In general, the requirements for Barbecue are: 1) A server with graphics configured properly. This is the same situation you often see with image components etc; if your machine has a graphics card, no problems (e.g. Windows is likely to be fine). If your machine is headless (more likely on *nix) you either need to use headless mode (which messes up the cfchart tag) or configure a virtual XServer (or just put in a graphics card). There are many posts on this and I'll link to some from the blog when I get there. 2) Either a servlet container, to run the supplied servlet (this can be CF Enterprise or your favourite J2EE/Servlet container like Tomcat or whatever) or a java wrapper class to let you instantiate an object and create the barcode (which will be fine even on CF Standard). This is because the barbecue classes can't be instantiated directly in CF (the barcodefactory has only static members). I'll supply something suitable or you can write your own. That's it. I'll post more when I update the blog. On 8/23/06, Larry Lyons <[EMAIL PROTECTED]> wrote: > >Sure: > > > >http://barbecue.sourceforge.net/ > > > >I have a Java wrapper for the class, which I can provide if you can't > >run this as a servlet directly (i.e. if you don't have CF Enterprise > >or some servlet container). > > > >On 8/23/06, Jenny Gavin-Wear <[EMAIL PROTECTED]> wrote: > > > >-- > >CFAJAX docs and other useful articles: > >http://www.bifrost.com.au/blog/ > > james, > > Could you provide a bit more info, I'd be interested in your solution. -- CFAJAX docs and other useful articles: http://www.bifrost.com.au/blog/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250738 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

