You cannot include JARs into another JAR, Java is not going to add them to classpath. You should list all required JARs in the '-cp' parameter, or create an uber-JAR with all the dependencies unpacked there.
-Val -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
