Hi, > But I don't want to use jackrabbit. I want to just use jsr170 > api(jcr-1.0.jar). > How about the demo which just using jcr-1.0.jar?
You can't. jcr-1.0.jar contains just the API (the interfaces). It is not an implementation of the JCR specification. Jackrabbit is an implementation. Regards, Thomas
