cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

bscola
Node
since ‎12-20-2019
‎06-01-2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Windows 10 64 bit - neo4J 1.4.3 I have both Java 1.8.0_281 and jdk-16_windows-x64 installed Path=C:\Program Files\Java\jdk-11.0.10\bin\server;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32; .... Trying to start either th...
As I understand it, Version 4 now has encryption off by default, and the version 1.7 drives have encryption on by default. So the HelloWorldExample is now broken. How do I set encryption = false in my code when creating the driver instance Thx
in the browser I can run some cypher say- MATCH (start:Node{node:'IP-0000110637'}), (end:Node{node:'FD9-END'}) CALL algo.shortestPath.stream(start, end, "steps") YIELD nodeId, cost MATCH (o:Node) WHERE id(o) = nodeId RETURN o.node AS node, cost And g...