JDK 1.4 Printing Trouble
I'm working with the jdk 1.4 beta 2 and am having trouble with print discovery. PrintServiceLookup.lookupPrintServices() is not returning any PrintServices even if the PrintRequestAttributeSet that I pass it has no attributes.
Also, I am not able to add a printer name to the PrintRequestAttributeSet. It says that PrinterName is not a valid parameter; but it is a subclass of Attribute, so it should work. Anyone have any ideas or know for sure that these features are not working correctly in the BETA version?

