Results 1 to 1 of 1
- 01-28-2010, 02:52 PM #1
Member
- Join Date
- Jan 2010
- Posts
- 1
- Rep Power
- 0
Linux java applets: printing problem
Hi,
I have an EPSON LX1050 printer setup via parallel port in linux machine .Recently we purchased RTextPrinter driver from your end (Text mode printing for the Java platform)
i can print java app via Linux Local system, windows local system and windows to windows
.But Network printing isn't working
The following the java class path of local and network printer setup
Local printing code : it's working
FilePort filePort = new FilePort("/dev/lp0");
TextPrinter printer=PrinterFactory.getPrinter("EPSON-ESCP");
Note: /dev/lp0 Linux local printer
Remote Pronting code: not working
FilePort filePort = new FilePort("\\192.168.10.125\b2b");
TextPrinter printer=PrinterFactory.getPrinter("EPSON-ESCP");
Note: b2b is the name of share printer
Output error message is
Errcom.java4less.textprinter.exceptions.CouldNotOp enPrinterException: \192.168.10.175/printers/printer (No such file or directory)
please help
Similar Threads
-
problem with applets?
By srikanthnambu in forum Java AppletsReplies: 2Last Post: 05-22-2009, 06:08 AM -
problem with applets..
By sireesha in forum New To JavaReplies: 3Last Post: 05-21-2009, 03:36 PM -
[SOLVED] Windows Linux conflict - TrayIcon image not display in Linux
By Eranga in forum Advanced JavaReplies: 6Last Post: 04-08-2009, 04:05 AM -
Problem in printing java graphics
By Mahendra in forum Java 2DReplies: 0Last Post: 01-23-2008, 12:45 PM -
problem with ServerSocket on Linux
By gabriel in forum New To JavaReplies: 1Last Post: 08-07-2007, 04:46 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks