Skip to content

Commit

Permalink
Proved debug info on the classpath in which will be searched
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Sep 20, 2011
1 parent 5cd07d0 commit 88070ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/qsar/DescriptorEngine.java
Expand Up @@ -645,6 +645,7 @@ public static List<String> getDescriptorClassNameByPackage(String packageName, S
String[] jars;
if (jarFileNames == null) {
String classPath = System.getProperty("java.class.path");
logger.debug("Dictionary classpath: ", classPath);
jars = classPath.split(File.pathSeparator);
} else {
jars = jarFileNames;
Expand Down

0 comments on commit 88070ac

Please sign in to comment.