I'm looking at the sample file "ContentControlsMergeXML.java" using the docx4j source code on my build path. I've created a sample program that does exactly what I want. Now that I'm incorporating docx4j into my application, when I use the binaries from the site there seems to be a class missing. I'm trying to use:
import org.docx4j.Docx4J;
...
Docx4J.bind
as demonstrated in the sample file.
I downloaded the latest nightly docx4j .jar which does contain the missing class, but now I'm getting class not found exceptions for slf4j. Am I missing something?