PrintServiceLookup.lookupPrintService solution in JBoss AS 7
问题 I am trying to print a pdf document from my JSF web application. When I call the method findPrinter() from main method, PrintServices are found, but when I call this method from web page PrintService are not found. Code mentioned below.. public static void main(final String[] args) throws Exception { PrintTest printTest = new PrintTest(); printTest.findPrinter(); } public void findPrinter() { PrintService[] printServices = PrinterJob.lookupPrintServices(); System.out.println("Print Services