EPSON tm-t88iii I get : JposException : Could not create an instance. Why ?

1,098 views
Skip to first unread message

Diogo Ferreira

unread,
Jul 3, 2014, 9:41:07 AM7/3/14
to jpos-...@googlegroups.com
Hi to everybody,

Here's my situation, I have to code a POS application for a take away pizzeria. I have an EPSON tm-t88iii Receipt printer.

I decided to use JavaPOS as the Company server runs on linux, so I installed the EPSON JavaPOS ADK, my java runtime and JDK runs on 32 bits on as windows computer.

I have created a netbeans project, imported all jars and dll from the EPSON ADK on it, generated the jpos.xml with the SetupPOS ( By the way, checkhealth works great).

But when I try to compile my tiny program it gives me this error : jpos.JposException: Could not create an instance.

And I don't know why.

Here's my code :

       POSPrinter ptr =   new POSPrinter();


       
try {
           ptr
.open("POSPrinter");
       
} catch (JposException ex) {
           
System.err.println(ex.toString());
       
}

I don't know what else to do, so any suggestions would be great, thank you !

Alejandro Revilla

unread,
Jul 3, 2014, 10:07:59 AM7/3/14
to jPOS Users
Reply all
Reply to author
Forward
0 new messages