network printer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mlsadler
    New Member
    • Jan 2009
    • 1

    network printer

    i am designing a software to control a printer on a network like telling who is printing, how many pages have been printed and by who, and i want to use java to code all this please help what are the basics to get me started
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    You can't control a printer queue from Java; of course you can print or make another application print something. Read the API documentation for the "Desktop" class and the API documentation for most of the classes that start with "Print" or "Printer".

    kind regards,

    Jos

    Comment

    Working...