4 ms·private Singleton self = null; is wrong. It has to be: private static Singleton self = null;by billjedi 15y agoprivate Singleton self = null; is wrong. It has to be: private static Singleton self = null;