Questions tagged [javapos]

JavaPOS is a standard for interfacing POS software, written in Java,

JavaPOS (short for Java for Point of Sale Devices), is a standard for interfacing point of sale (POS) software, written in Java, with the specialized hardware peripherals typically used to create a point-of-sale system

The advantages are reduced POS terminal costs, platform independence, and reduced administrative costs. JavaPOS was based on a Windows POS device driver standard known as OPOS. JavaPOS and OPOS have since been folded into a common UnifiedPOS standard.

Read more

108 questions
9
votes
1 answer

JavaPOS Hello World in Java

I would like to print a sample line on my USB POS (Point-Of-Sale) printer from a java program on Windows XP. I tried to setup a JavaPOS implementation but I get exception after exception for a missing jpos.xml or missing javax.usb.properties…
Philippe Carriere
  • 3,712
  • 4
  • 25
  • 46
8
votes
2 answers

Getting started with Java POS development

I have a requirement where I need to connect to a POS printer from a Java Swing App. What I came to know that there's a standard called Java POS to achieve this. Now the problem is on java POS website (http://www.javapos.com/) I did not find…
ask-dev
  • 606
  • 2
  • 13
  • 30
7
votes
0 answers

inconsistent jpos.xml loading

I have an applet that successfully load jpos.xml in both WinXP and W2003SRV, with both JRE 6.045 and 7.025(yes old and outdated both), but it works. However the very same code fails to load jpos.xml in Win7Pro. The loading is here. javaPOS…
cp.
  • 1,241
  • 5
  • 15
  • 26
7
votes
3 answers

How to develop using JavaPOS in Eclipse?

I'm new to JavaPOS. I wanted to create an online Java POS application that uses JavaPOS. Is it possible to access the POS peripherals regardless of the brand? Is it possible that Epson ADK will be enough to access the other brands too? And more…
user9507
  • 299
  • 2
  • 6
  • 14
6
votes
2 answers

Print receipt using receipt printer

I am developing a Point Of Sale application, and one of the functionality is to print receipt in a thermal/receipt printer. Currently I have a Datecs DPP-255 printer. I have no idea where to begin my quest. I tried search through internet, found out…
Yunus Einsteinium
  • 1,102
  • 4
  • 21
  • 55
6
votes
1 answer

How can I use JavaPOS to print reciepts with an Epson printer?

How can I develop Java Software to print reciepts with an Epson reciept printer?
thi gg
  • 1,969
  • 2
  • 22
  • 47
4
votes
2 answers

Guide on creating a Java Applet , Printing without prompt

Well I have created a web-based POS to take order. My question is how do I create a Java-Applet; Shows the HTML page & a Print button Print Order without prompting(no dialogue box) Additional Information : It works like this. The waiter will key…
Boon Ping
  • 43
  • 1
  • 5
4
votes
4 answers

How do I make star TSP100LAN receipt printer work with Android?

I have found an API here However, when I run the AndroidSample test app I get errors. When I press on the "Get Printer Status" button I get "Printer is online". This button works it seems. However: Pressing "Read data from printer" yields…
esb
  • 41
  • 1
  • 2
4
votes
0 answers

Java POS printing

Sorry of this seems like a basic question but I am new to printing in Java. I am writing a small POS application using Java. The application is almost finished except for the invoice printing part. The program will be distributed via the internet.…
user3245747
  • 805
  • 2
  • 17
  • 30
4
votes
1 answer

Openbravo Integration with java Pos

I'm trying to integrate Openbravo with there software Java pos, and I want to sync data from there server database to local POS Database. So what I need to do is Download live database and replace local database with that. or is there any option or…
Zoro
  • 120
  • 9
4
votes
1 answer

Trouble with using Epson JavaPOS ADK 1.11.18.0

I recently bought a Epson TM-T20 Printer and I am currently trying to build a java application that will utilize this. I have the included JavaPOS that came with the printer installed and its related .jar files added into my build path. With all…
Shellz
  • 51
  • 2
  • 5
3
votes
1 answer

JavaPOS Applet and Javascript

I have a RoR web app that I would like to add some functionality to. I want this app to be able to communicate with POS devices (cash drawer, printer). I believe the best way to accomplish this would be to embed a signed Java Applet. My plan is…
Lee Quarella
  • 4,662
  • 5
  • 43
  • 68
3
votes
2 answers

JposException: Can't connect printer device (issue on linux only)

I've developed a java application that works perfectly on windows when i print a receipt. The issue comes when the same java application is tested it in Ubuntu 14.04, and gives me this: jpos.JposException: Can't connect printer device=SRP-350II …
UserBL
  • 31
  • 3
3
votes
4 answers

JPOS Configuration Problems for an Epson POS printer in Windows

I'm trying to print using jPOS in Windows and get the following exception: jpos.JposException: Could not connect to service with logicalName = Printer: Exception.message=jp.co.epson.uposcommon.util.EpsonJposServiceInstanceFactory at…
Tiago Alves
  • 1,301
  • 2
  • 18
  • 30
3
votes
1 answer

Custom TG2480H USB on Linux

I have example code for JavaPOS and XML file, but when I run the code I got exception on printer.claim(1), I used default xml (pos.xml) file of example on this link I have installed necessery native drivers into /usr/java/packages/lib/, so there…
kakajan
  • 2,614
  • 2
  • 22
  • 39
1
2 3 4 5 6 7 8