1.1 Windows Considerations
The following general considerations are important when using Oracle Tuxedo ATMI on Windows:
- When you specify pathnames, use a back slash (\), not a forward
slash (/) to delimit file and directory names. Use a drive letter
(such as
C:
) for all fully qualified paths. - You do not need to specify the
.exe
suffix for executable files. The suffix is always implied for Oracle Tuxedo ATMI for Windows. - Filenames follow Windows naming conventions. For instance,
names ending in
.dll
identify dynamically-linked libraries; names ending in.lib
identify statically linked and imported libraries; names ending in.cmd
identify command scripts. - All Oracle Tuxedo system executables, command scripts, and
dynamically-linked libraries are located in
%TUXDIR%\bin
. Statically-linked libraries are located in%TUXDIR%\lib
.
Parent topic: Using Oracle Tuxedo ATMI on Windows Server