Java Command Line
- Run Java command. This requires a
tiff2pdf.jar
file. - Set
CLASSPATH
to include the full path of the jar file.- For Windows:
set CLASSPATH=<directory>\tiff2pdf.jar;%CLASSPATH%
- For other operating systems:
export CLASSPATH=<directory>/tiff2pdf.jar:$CLASSPATH
- Note:
- Setting CLASSPATH should be on a single line.
- For Windows: