Java Printing and spooling issues
I am currently using the Java Printing for printing labels to a label printer just fine. There is absolutely no issues there. The issue is, I want to know when the label printer is out of labels, or the label printer is turned off or unplugged.
I am currently using a print job listener. However, if I unplug the printer, or take the labels out, the job still spools and I don't get an error back in java to any of the listeners. It always completes properly in Java.
Then if I turn the printer back on, or put the labels back in, then they print. I would rather get a error back and pop a dialog up. Any help there?

