Anyone know how to write a Java class or interface that uses LPR (RFC 1179) to print?

tom3

Golden Member
Oct 10, 1999
1,996
0
0
I'm wondering if anyone knows or has experience in writing a Java class/interface to print byte streams to a printer via LPR.

From the RFC, it seems like the program would need to have superuser priviledge to talk to the printer daemon, since the port numbers used are below 1023??