I actually started that HOP 1 program but
earlier it compiled fine but now it is showing
some kind of error during compilation
realted to the jackrabbit-core
and transient repository
below are the two errors
:
[sda_...@cad44 ~/Desktop]$ javac FirstHop.java
FirstHop.java:4: package org.apache.jackrabbit.core does not exist
import org.apache.jackrabbit.core.TransientRepository;
^
FirstHop.java:19: cannot find symbol
symbol : class TransientRepository
location: class FirstHop
Repository repository = new TransientRepository();
^
2 errors
now please tell me why these are coming now
and earlier there was no error
programs were working perfectly
please reply
waiting
Simer Anand
--
View this message in context:
http://www.nabble.com/guide-me-to-create-nodes-under-root-nodes-tp24511511p24514718.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.