• 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:

Java Remote Printing Issue

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
I 'v to print on a remote printer using ip address of the remote printer(t we use ipp protocol) .I am using printer api of java,
for the URI like ipp://my_printer_ip_address ort it is generating ClassCastException when I v used PrinterURI class.

That is to elaborate, I v usedPrinterURI constructor which takes an argument of URI.
I v tested that port is listening perfectly through telnet as well as http://my_printer_ip_address is running perfectly in browser.

Can anyone suggest a better or perfect approach to handle the java remote printing service in windows environment using printer's IP address.

Thanks is advance..

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