Adds a custom path for class path lookups. Format should be "my/package/name"
without leading "/". This allows for easy customization of custom search paths after Constructor invocation:
conf = new DefaultConfiguration(); conf.addClassPath("my/package/name"); Configuration.initializeSharedConfiguration(conf);