bin/
directory is referenced in the
$PATH and, at the same time, check that the Java runtime in the
$PATH has the right version:$ java -version openjdk version "24.0.1" 2025-04-15 OpenJDK Runtime Environment (build 24.0.1+9-30) OpenJDK 64-Bit Server VM (build 24.0.1+9-30, mixed mode)
java
executable is automatically found in the
$PATH when Java has been properly installed.C:\> mkdir ditac C:\> cd ditac C:\ditac> unzip ditac-3_17_1.zip C:\ditac> dir ditac-3_17_1 ... <DIR> bin ... <DIR> doc ... <DIR> docsrc ...
ditac-3_17_1/
directory. That is, you
can run the ditac
command by simply executing (in a
Command Prompt on windows, a terminal on Unix):
C:\ditac> ditac-3_17_1\bin\ditac
![]() |
TipThe
ditac-N_N_N-plus-fop.zip distribution contains most
recent Apache
FOP
![]() ![]() |
hhc.exe
).-fop
,
-xep
,
-ahf
,
-xfc
,
-hhc
.
However, it is much more convenient to specify these command-line
options once for all in a
ditac.options
file.ditac.options
, a plain text file
encoded using the native encoding of the platform (e.g.
Windows-1252 on a Western Windows PC), in the ditac user
preferences directory.$HOME/.ditac/
on Linux.$HOME/Library/Application
Support/XMLmind/ditac/
on the Mac.%APPDATA%\XMLmind\ditac\
on Windows. Example:
C:\Users\john\AppData\Roaming\XMLmind\ditac\
.ditac.options
file.-fop E:\opt\fop\fop\fop.bat -xfc E:\opt\xfc\bin\fo2rtf.bat -hhc "C:\Program Files\HTML Help Workshop\hhc.exe"
‣ Parent topic: Part I. Using XMLmind DITA Converter