Hi Masa,

If you are trying to run the example directly from the command line, please 
ensure all the jars in the lib directory are added to your classpath. 
Typically you would run the following command from the examples directory 
to compile your java program:

javac -classpath <path of the first jar in lib directory>:<path of the 
second jar in the lib and so on>  adwords/axis/auth/GetRefreshToken.java

To run the program:

java  -classpath <path of the first jar in lib directory>:<path of the 
second jar in the lib and so on>   adwords/axis/auth/GetRefreshToken

To speed things up, you might want to use an IDE such as Eclipse with a 
build tool (for e.g. maven). This would ensure the relevant libraries are 
downloaded and added to your classpath. A complete set of instructions can 
be found here 
<https://github.com/googleads/googleads-java-lib/blob/master/README.md#getting-started>.
 
 


Regards,
Vishal Vinayak, Adwords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/96e3659d-3e69-443d-adf5-aa4c2fdc5cb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • can't get refres... A. Masa
    • Re: can't g... 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum

Reply via email to