j2ee dependency might be removed but it still exist in includelib
folder and become part of full jar when built from source.
On Aug 28, 10:54 am, AdWords API Advisor
<[EMAIL PROTECTED]> wrote:
> An updated version of Java client library is available
> fromhttp://code.google.com/p/google-api-adwo
I compiled the source on my own and am successfully using it right
now. I faced similar issues, quick summary below:
1) Problem is this line : ((AdWordsService)
obj).setServiceAccountant(new ServiceAccountant((Stub) obj));
this is line 173 of BaseCredentials.java - if you are not aware of
aspe