About 1,760,000 results
Open links in new tab
  1. Generating Barcodes and QR Codes in Java - Baeldung

    Mar 26, 2025 · Java has a few libraries we can call on to generate barcodes or QR codes. Here we see how to use them and integrate them into a web application.

  2. How to generate and read QR code with Java using ZXing Library

    Mar 21, 2024 · ZXing ("Zebra Crossing") is the popular API for QR code processing in Java. Its library has multiple components, and we will be using the ‘core’ for QR code creation in our …

  3. How to generate QR code with some text using JAVA?

    Jan 19, 2023 · You can generate a QR code with text in Java using Free Spire.Barcode for Java API. First, download the API's jar from this link or install it from Maven Repository:

  4. Generate and Read QR Code in Java | by Alexander Stock - Medium

    Mar 11, 2024 · In this article, we will explore the process of generating QR codes programmatically and reading them using the Spire.Barcode for Java library. Generate QR …

  5. Generating Barcodes and QR Codes in Java - CodingTechRoom

    In this tutorial, you learned how to generate both QR codes and traditional barcodes using Java and the ZXing library. We discussed setting up the environment, creating essential classes, …

  6. Generating QR Code in Java - Tpoint Tech

    In this section, we will learn how to generate and read QR code in Java by using the ZXing library. The grid arrangement of the black squares on a white background that can be read by an …

  7. QR-Code Generator on Java that uses ZXing Library - GitHub

    The "QR-Code Generator" is a flexible Java application built with the Swing library and powered by ZXing. This tool empowers users to effortlessly generate QR codes from any text input.

  8. Java: Simple QR Code Generator Example – Create QR codes

    Feb 2, 2025 · Our focus is on using the built-in camera on mobile phones to scan and decode barcodes on the device, without communicating with a server. However the project can be …

  9. Generate QR code in Java - CodeSpeedy

    Generate QR Code using Java with the help of ZXing repository. The steps are provided here with simple and easy code snippet.

  10. Generating and Reading QR Codes in a Java Application using

    Aug 24, 2024 · The Java code to generate a QR code is very short and self-explanatory. It uses stream classes to take input in a string and generate a QR code using the QRCodeWriter, …

Refresh