I installed from the "zip". I just run via java -jar CsltComm.jar. When I go into tools->prefs the "when idle" option is grayed out as are the two radio buttons below. I see there is an "X" directory with a libtimeout.so in it. Do I have to inform the program of it's location or ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed from the "zip". I just run via java -jar CsltComm.jar. When I go into tools->prefs the "when idle" option is grayed out as are the two radio buttons below. I see there is an "X" directory with a libtimeout.so in it. Do I have to inform the program of it's location or ?
The correct command is:
java -Djava.library.path=syslibs -jar CsltComm.jar
The syslibs portion is necessary to read in the platform specific code, such as libtimeout.so
let me know if that does/doesn't work!