Download and Configure Aspose.BarCode in Struts

Downloading Aspose.Barcode Java for Struts 1.3

You can downloaded the pre-built (binary) .war file from the latest releases hosted on codeplex.

-OR-

You can download / check out the project source codes from the following locations:

Building Aspose.Barcode Java for Struts 1.3 from Source Codes

After checking out source codes from any of the above repository, apply the following mvn commands:

 $ mvn -U clean package 

This will build “Strutsbookapp.war” in the target tolder.

To deploy the .war file just copy it to the running Apache tomcat server webapp directory.