To make the UnifontJ.class available to your Java compiler copy the jar archive or the directory structure com.dlsoft. UnifontJ onto the classpath used by your compiler, or copy the com.dlsoft. UnifontJ directory structure into the directory containing your applications java source files.
Be sure to include the line
Import com.dlsoft. UnifontJ.* in your applications source code.
Studying the source code of the sample application (testJ.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 testJ.java file may be converted to a working application by typing at a console prompt:
Javac testJ.java
And the application may then be run by typing
Java testJ
More: