In Neo4j Desktop you can reach the "plugins" directory from the "Options" pane. It's in the db-directory.
On Sat, Mar 11, 2017 at 10:38 PM, <[email protected]> wrote: > Another reference for installing apoc: https://neo4j.com/blog/intro- > user-defined-procedures-apoc/ > > When I tried to call "call apoc.help("apoc")", the error is: There is no > procedure with the name `apoc.help` registered for this database > instance. Please ensure you've spelled the procedure name correctly and > that the procedure is properly deployed. > > > On Saturday, March 11, 2017 at 10:03:54 PM UTC+1, [email protected] wrote: >> >> According to https://neo4j-contrib.github.io/neo4j-apoc-procedures/, one >> only needs to download the binary jar from http://github.com/neo4j-contri >> b/neo4j-apoc-procedures/releases/3.1.0.3 to place into the folder "Neo4j >> CE 3.1.1\plugins". >> >> I did so. However, I was unable to call "call apoc.help("apoc")" from the >> http://localhost:7474/browser/. >> > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
