// work with /usr/ccs/bin/make under Solaris
execCommands.add("gmake -C jni/" + nativeLibrary + " -f " + "Jni"
+ interNativeLibrary + ".mk");
if (_executeCommands == null) {
_executeCommands = new StreamExec();
}
_executeCommands.setWorkingDirectory(new File(StringUtilities
.getProperty("user.dir")));
_executeCommands.setCommands(execCommands);
_executeCommands.start();