Hi all, I'm getting:
java.lang.ClassNotFoundException: com.hazelcast.core.Hazelcast
This bit is strange though, because i've added hazelcast-1.8.5.jar to the classpath when i'm running java:
java -cp hazelcast-1.8.5.jar -jar myapp.jar
So i cannot understand why i'm getting the ClassNotFoundException, when the hazelcast jar is well and truly present, and specified in the command line. Any ideas please?
By the way, hazelcast is pretty fricking sweet!