LJWxyz

Results 21 comments of LJWxyz

is should be a quick fix on powershell side and that should be ok. though if someone can verify it works on other windows device,then it would means that there...

It doesnt seems to go through this function, https://github.com/neo4j/neo4j/blob/4.4/packaging/standalone/src/main/distribution/shell-scripts/bin/Neo4j-Management/Invoke-Neo4jUtility.ps1#L128 I tried adding echo 'ok,utility' before the> $javaPath = '' $javaCMD = '' $EnvJavaHome = Get-Neo4jEnv 'JAVA_HOME' # Is JAVA specified...

The only thing i know is if i change the neo4j.ps1 content to> echo 'okneo4j' Exit (Invoke-Neo4j -Verbose:$Arguments.Verbose -CommandArgs $Arguments.Args) console> okneo4j Invoke-Neo4j : Unable to determine the path to...

you are right. I now can confirm it at least reaches the write error in invokeneo4j >neo4j okneo4j ok invoke,in begin invoke,at catch writeerror Invoke-Neo4j : Unable to determine the...

maybe i can try directly call the jar with the correct parameters as test? If know the full cmd.it may help.

and if it setup my maven path> F:\Prog\lateststableprog_crossapps_nonlua\Javabuildzone\maven>set PATH="%cd%\apache-maven-3.8.5\bin";%PATH% F:\Prog\lateststableprog_crossapps_nonlua\Javabuildzone\maven>mvn [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.243 s [INFO] Finished at: 2022-09-14T23:59:47+09:00...

not sure if it helps though lol.i have no idea now.

does neo4j has a *Batteries included/zipped(JRE included release)? since I actually want to use a graph database instead of the inflexible old school sql. Any temporary solutions would be awesome.

btw, how to us this big boi,no arguments so runtime console input?it ends silently though