Forums » User questions »
JSAGA - Adaptor Loading
Added by Singh Lokendra about 15 years ago
Hi all,
I wanted to use the SSH adaptor provided by JSAGA in my Java program (implementing SAGA API) (without using the jsaga commands.)
I am not getting ,as to. how exactly the jsaga-adaptor-ssh-0.9.8.jar file be used and included in my program (modifying the saga.properties file ?)to use the adaptor.
Regards
Lokendra Singh
Replies (1)
RE: JSAGA - Adaptor Loading
-
Added by Reynaud Sylvain about 15 years ago
Hi Lokendra,
The jsaga-adaptor-ssh-0.9.8.jar file (and its dependencies) just have to be in your classpath. You don't have to do anything else to have it included in your program. Just specify "ssh://" in your URL to tell JSAGA to use this plug-in when creating your job service object.
The following code examples may help:
http://grid.in2p3.fr/software/jsaga-dev/jsaga-engine/xref/fr/in2p3/jsaga/command/package-summary.html
Regards,
Sylvain