archaius icon indicating copy to clipboard operation
archaius copied to clipboard

Wiki user guide may need the update

Open maksim-asipovich opened this issue 11 years ago • 1 comments

According to https://github.com/Netflix/archaius/wiki/Users-Guide, it is enough to have next jars in classpath:

archaius-core-xxx.jar (latest release/snapshot of archaius-core) commons-configuration-1.8.jar commons-lang-2.6.jar commons-logging-1.1.1.jar

When I tried only these jars, I have got next exception with the samples:

Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFacto ry at com.netflix.config.ConcurrentMapConfiguration.(ConcurrentMapC onfiguration.java:61) at com.netflix.config.samples.SampleApplication.main(SampleApplication.j ava:77)

It seems we need to add 'slf4j-api-1.7.5.jar' to the list of jars.

maksim-asipovich avatar Aug 14 '13 05:08 maksim-asipovich