Hello,

If you're using server, then the startup scripts are the easiest way.

In the directory where you downloaded the server just type:

bin/neo4j start (unix, mac)
bin/neo4j.bat start (windows)

The cypher plugin ships by default with the server. No point starting the 
server programmatically when there's scripts to do this already.

Jim



On 2 Oct 2011, at 23:54, Demian Calcaprina wrote:

> I am new with Neo4j, and I am using the rest API. I managed to use many of
> the APIs, but I followed Cypher plugin API
> (http://docs.neo4j.org/chunked/1.4.1/cypher-plugin.html), and I get an error
> in server: "No such ServerPlugin: CypherPlugin".
> I am starting the server like this:
> srv = new WrappingNeoServerBootstrapper(
>                       myDb, config);
>       srv.start();
> 
> How should I enable the plugin into the server?
> 
> Thanks in advance,
> 
> Dem ian
> _______________________________________________
> Neo4j mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user

_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to