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