Under Windows, you should add SICStus Prolog's and Java's DLL
directories to your %PATH%. This will enable Windows library
search method to locate all relevant DLLs. For SICStus, this is the same
as where sicstus.exe is located, usually
C:\Program Files\SICStus Prolog 3.10.0\bin.
For Java, it is usually
C:\jdk1.3.1\jre\bin\hotspot (for JDK
1.2.2 it would be C:\jdk1.2.2\jre\bin\classic).
For example (Windows NT/2000/XP):
set PATH=C:\jdk1.3.1\jre\bin\hotspot;%PATH%
set PATH=C:\Program Files\SICStus Prolog 3.10.0\bin;%PATH%