Download and Install
Contents
[
Hide
]
Download Source Code
Clone any of the following repository to get the complete source code of QR Code Generator by Aspose.BarCode for Java.
GitHub
$ git clone https://github.com/AsposeShowcase/QR_Code_Generator_by_Aspose.BarCode_for_Java.git
BitBucket
git clone https://bitbucket.org/asposeshowcase/qr_code_generator_by_aspose.barcode_for_java.git
CodePlex
git clone https://git01.codeplex.com/qrcodegen
To Run Application:
Once repository is cloned, perform follow these steps to run QR Code Generator by Aspose.BarCode for Java at your end:
Using Maven
$ cd QR_Code_Generator_by_Aspose.BarCode_for_Java
$ mvn jetty:run
Using Java IDE (Integrated Development Environment) such as NetBeans, Eclipse, IDEA or others
- Import/Open QR_Code_Generator_by_Aspose.BarCode_for_Java as a Maven Project
- Server to run, such as Glassfish/Tomcat
Note: Set the application context path to ‘qrcodegen’ (if required).
You can now see the deployed application at http://localhost:8080/qrcodegen/ to explore all the features of QR Code Generator by Aspose.BarCode for Java.