Monday, July 21, 2014

The import com.google.api.client.json.jackson cannot be resolved

So far so good, but now what?

https://developers.google.com/eclipse/docs/endpoints-addentities



The solution is here, change jackson to jackson2 in this piece of cripple source code.

import com.google.api.client.json.jackson2.JacksonFactory;


No comments:

Post a Comment

Applying SMA10/20, SMA20/50 as trading signals

This is the comparison for results before and after applying SMA10/20 and SMA20/50 in the stock trader. Background Trading 3 stock ma...