I am using Mvp4g in gwt and i want to read properties file but if i add resourcebundle code its giving me exception java.lang.RuntimeException: Deferred binding failed for 'com.mvp4g.client.Mvp4gModule' (did you forget to inherit a required module?) but if i remove resourcebundle code its working fine . Is there any way to do that.
ResourceBundle rb = ResourceBundle.getBundle("com.opptin.client.socialsite");
String siteUrl = rb.getString("mode");
thanks