import com.hazelcast.core.Hazelcast; public class Member { public static void main(String[] args) { Hazelcast.newHazelcastInstance(); } }