java - NoSuchMethodError: com.google.common.base.Platform.systemNanoTime() In GWT project -


i exception in gwt project i'm using systemnanotime()

... threw unexpected exception: java.lang.nosuchmethoderror: com.google.common.base.platform.systemnanotime()j     @ com.google.gwt.user.server.rpc.rpc.encoderesponseforfailure(rpc.java:389)     @ com.google.gwt.user.server.rpc.rpc.invokeandencoderesponse(rpc.java:579)     ........ 

i'm using guava-18. jar in java build path.

the problem i'm using google-collect-1.0-rc1.jar , guava-18.0.jar in java build path same project had removed google-collect


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -