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 "23.0.1" 2024-10-15 OpenJDK Runtime Environment (build 23.0.1+11-39) OpenJDK 64-Bit Server VM (build 23.0.1+11-39, 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_16_0.zip C:\ditac> dir ditac-3_16_0 ... <DIR> bin ... <DIR> doc ... <DIR> docsrc ...
ditac-3_16_0/
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_16_0\bin\ditac
NoteIf you have installed Apache FOP and your DITA
document contain MathML ,
you'll want to also install the JEuclid FOP plug-in . This plug-in is needed
to add MathML support to Apache FOP.
|
hhc.exe
).-fop
,
-xep
,
-ahf
,
-xfc
,
-jhindexer
,
-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-2.9\fop\fop.bat -xfc E:\opt\xfc_eval_java-6_4_3\bin\fo2rtf.bat -hhc "C:\Program Files\HTML Help Workshop\hhc.exe"