Hi all, I'm trying to make some changes to the kernel and see the result from running jar file. The way I find that works is: community$ mvn package dependency:copy-dependencies -Dlicenseing.skip -DskipTests *community/embedded-examples$ java -cp "target/*:target/dependency/*" org.neo4j.examples.EmbeddedNeo4j* This way I'm able to see a System.out.println result in kernel from command line.
However, If I want to generate an executable jar instead, it doesn't seem to work: *community/embedded-examples$ mvn clean package assembly:single -DskipTests* *community/embedded-examples/target$ java -jar neo4j-examples-2.0.4-jar-with-dependencies.jar * The result I see does not show the System.out.println changes I made from kernel. It should not be hard but now I'm really confused about what I should do. Do you have any suggestions? Best Regards, Jer -- 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.
