-
The class is org.openscience.cdk.qsar.DescriptorEngine, by the way :)
2007-03-05 08:49:28 UTC in The Chemistry Development Kit
-
getDescriptorClassNameByInterface never returns any class names. The error seems to be the following lines:
Class klass = null;
try {
Class.forName(className);
} catch (ClassNotFoundException cnfe) {
logger.debug(cnfe);
} catch (NoClassDefFoundError ncdfe) {
logger.debug(ncdfe);
} catch (UnsatisfiedLinkError ule) {
logger.debug(ule);
}
if (klass == null) continue;
This goes...
2007-03-05 08:45:45 UTC in The Chemistry Development Kit
-
tomashamala committed patchset 186 of module openalpp to the OpenAL++ CVS repository, changing 3 files.
2003-07-16 19:19:41 UTC in OpenAL++
-
tomashamala committed patchset 185 of module openalpp to the OpenAL++ CVS repository, changing 2 files.
2003-06-14 12:44:51 UTC in OpenAL++
-
tomashamala committed patchset 184 of module openalpp to the OpenAL++ CVS repository, changing 1 files.
2003-06-14 12:44:23 UTC in OpenAL++
-
tomashamala committed patchset 183 of module openalpp to the OpenAL++ CVS repository, changing 1 files.
2003-05-23 22:13:20 UTC in OpenAL++
-
tomashamala committed patchset 182 of module openalpp to the OpenAL++ CVS repository, changing 1 files.
2003-05-23 14:51:43 UTC in OpenAL++
-
tomashamala committed patchset 181 of module openalpp to the OpenAL++ CVS repository, changing 1 files.
2003-05-23 14:49:07 UTC in OpenAL++
-
tomashamala committed patchset 180 of module openalpp to the OpenAL++ CVS repository, changing 4 files.
2003-05-23 14:46:43 UTC in OpenAL++
-
tomashamala committed patchset 179 of module openalpp to the OpenAL++ CVS repository, changing 1 files.
2003-05-23 14:20:33 UTC in OpenAL++