To make the dBarcodeXX.class available to your Java compiler copy the jar archive or the directory structure com.dlsoft.dBarcodeXX onto the classpath used by your compiler, or copy the com.dlsoft.dBarcodeXX directory structure into the directory containing your applications java source files.
Be sure to include the line
Import com.dlsoft.dBarcodeXX.* in your applications source code.
Studying the source code of the sample application (testXX.java, and the com directory structure included in the build directory, illustrates a simple way in which the class can be included in an application. The testXX.java file may be converted to a working application by typing at a console prompt:
Javac testXX.java
And the application may then be run by typing
Java testXX
More: