They should be in the neo4j-cypher-1.4.jar.

That jar-file should be among your dependencies if you simply depend on (in
maven):

<dependency>
  <groupId>org.neo4j</groupId>
  <artifactId>neo4j</artifactId>
  <version>1.4</version>
</dependency>


Cheers,
Tobias

On Thu, Jul 28, 2011 at 12:07 PM, Jean-Sébastien Stoffen <c-...@jsnet.be>wrote:

> Hi,
>
> Sorry for the newbie questions who happens very frequently at the begining.
>
> I'm trying to submit some request to my graph using the cypher query
> language
>
> I get those messages :
> unable to resolve class CypherParser
> unable to resolve class ExecutionResult
> ...
>
> when I try the example showed here :
> http://docs.neo4j.org/chunked/1.4.M04/query-lang.html
>
> After some research, I've not found where I can download those packages
> I've searched for org.neo4j.cypher.javacompat but without succes.
>
> Could you tell me where to find it?
>
> Regards,
> Jean-Sébastien Stoffen.
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Tobias Ivarsson <tobias.ivars...@neotechnology.com>
Hacker, Neo Technology
www.neotechnology.com
Cellphone: +46 706 534857
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to