Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-16-2019 09:24 PM
I'm trying the sample at https://github.com/neo4j-apps/graph-app-starter/tree/master/examples/basic-java-executor
Followed the instructions in readme and was able to build and install the app successfully. But just can't get it to run.
Running it off localhost and clicking "Execute Main class"
returns
"Error: Could not find or load main class Main"
Clicking "Execute jar"
does nothing
Running it off the file system directly and clicking either button gives,
"Could not read app permissions. Graph app not found for internal id 'DESKTOP_DEVELOPMENT_APP'
(On Neo4j desktop version 1.2.1)
How can I get it to work ?
Thanks
11-24-2019 10:49 AM
Did you check that the jar was packaged with your graph app?
It should be available in it's main directory.
I'm not 100% sure it works for the development app, try to build the deployment tgz locally and install that.
11-26-2019 12:24 AM
Just built the tgz and that worked! So i guess the development mode doesn't work and I have to always buildi and deploy for testing.
Thanks.
All the sessions of the conference are now available online