hi users,
im trying to wrk on an example which uses neo4j embedded database in java
application..It gives an error (PACKAGE DOESNT EXIST) in all the import
statements n the package statement...
I want to knw where shld i place the neo4j-apoc-1.0 folder so dat i can use
it in the java application..
HELP NEEDED..
the example is below :

package org.neo4j.examples.apoc;

import org.neo4j.graphdb.Direction;
import org.neo4j.graphdb.GraphDatabaseService;
import org.neo4j.graphdb.Node;
import org.neo4j.graphdb.RelationshipType;
import org.neo4j.graphdb.Transaction;
import org.neo4j.kernel.EmbeddedGraphDatabase;
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to