Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
Bryan Lunt edited this page Jun 6, 2013 · 4 revisions

The goal of this library is to have an object-oriented DRMAA implementation available from Java. SWIG will automatically create interfaces, and to make the automatic SWIG interface OO, I have first written a C++ wrapper to drmaa.h .

To get nice exceptions : http://stackoverflow.com/questions/13993747/handling-c-exceptions-in-java-via-swig

To store .so files in .jar files: http://one-jar.sourceforge.net/
http://stackoverflow.com/questions/2702132/how-can-i-include-platform-specific-native-libraries-in-the-jar-file-using-ecli

See the Links page.

Clone this wiki locally