Hi Robert! h2-1.3.175.jar should be placed in libs/ignite-indexing directory. As I understand you are playing with Ignite sources (not binary release). So you need just build examples from corresponding directory.
Let me know please if it works for you. On Mon, Nov 23, 2015 at 12:14 AM, Robert Kennington <[email protected]> wrote: > Hi, > > I am working with ignite/examples/schema-import/ version ignite-1.4.1-p1 > and trying to run h2-server.sh on my Mac. But, it fails as follows: > > > $ examples/schema-import/bin/h2-server.sh > > SCRIPTS_HOME: /Users/RKennington/IdeaProjects/irad/ignite/bin > > DOCK_OPTS: -Dapple.awt.UIElement=true > > osname: Darwin > > ARGS: > > JAVA: > /Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/bin/java > > IGNITE_HOME: /Users/RKennington/IdeaProjects/irad/ignite > > /Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/bin/java > -Dapple.awt.UIElement=true -cp > /Users/RKennington/IdeaProjects/irad/ignite/libs/ignite-indexing/h2-1.3.175.jar > org.h2.tools.Console > > > Error: Could not find or load main class org.h2.tools.Console > > Process finished with exit code 1 > > > -- It's in the h2 jar: > > $ jar tf modules/indexing/target/libs/h2-1.3.175.jar | grep '.Console' > > org/h2/tools/Console.class > > > Any help would be great. > > Thanks, > Robert > > > -- Andrey Gura GridGain Systems, Inc. www.gridgain.com
