Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

IPP printers using javax.print

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • IPP printers using javax.print

    I'm trying to print to an IPP printer configured on an as400. I've set the printer up as a network printer on my Windows 2000 pc, and I can print to the IPP printer no problem. My next step was to print to this printer programmatically, using the javax.print package. I have a small piece of java code that attempts to discover the printer, using the 'PrintServiceLookup.lookupPrintServices' method. If I run this code on my PC, the IPP printer appears as one of the available printer services. My problem is that if I run the very same code on the as400, the 'lookupPrintServices' method returns an empty list of PrintServices. Is there something I've neglected to do on the as400 to make this printer visible as a PrintService? Thanks in advance for any help.
Working...
X