I tried to install APOC plugin for my Ubuntu VBox.
Neo4j version: 3.3.1
Downloaded the JAR: apoc-3.3.0.1-all.jar
and placed it into /var/lib/neo4j/plugins
Restarted the server but calling RETURN apoc.verison()
prompts me:
Unknown function 'apoc.version' (line 1, column 8 (offset: 7))
"RETURN apoc.version()"
^
Seems the APOC plugin is not registered. What did I do wrong?
UPDATE: I did a full reload of my VirtualBox (halt and then up), and then start the Neo4j. The APOC plugin now works fine.
I am using a 1604 Ubuntu Virtual Box.
Thanks for all the help!