-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
What steps will reproduce the problem?
1. Printer Connected throug USB.
2. Process public boolean initialize()
3. ostream = new FileOutputStream(printer);
What is the expected output? What do you see instead?
The Process should creat FileOutputStream on Network Printer.
What version of the product are you using? On what operating system?
ESCPrinter.java found on trunk. On Windows Operating System.
Please provide any additional information below.
The Exact Same code is compiled and ran on Windows 7 and it does work there,
but it doesn't work on Windows XP.
Original issue reported on code.google.com by juanlui...@gmail.com on 27 Apr 2011 at 9:27
Attachments: