On 12/30/05, leila Rizkallah (JIRA) <[EMAIL PROTECTED]> wrote: > I'm trying to run the code provided in the Jackrabbit website, in First Hops > section. > It seems I'm missing something. It just doest compile. I get the following > errors: > JCRTest.java:3: package javax.jcr does not exist > import javax.jcr.*;
You need to fix your CLASSPATH to include jackrabbit-1.0-SNAPSHOT.jar, jcr-1.0.jar, and maybe other JARs. jackrabbit-1.0-SNAPSHOT.jar is built by Maven. The others are downloaded by Maven when using the "copy-deps" option. solprovider