I am using javaclient library for sandbox I downloaded adwords-api-8.1.0.tar, for windows 7 operating system and jdk 1.6.0 software for java
extract the adwords-api-8.1.0.tar in my desktop C:\ykrao\adwords- api-8.1.0 and i compile the AddCampaign program in C:\ykrao\adwords- api-8.1.0\examples\v200909\AddCampaign.java using the following command like C:\ykrao\adwords-api-8.1.0\examples\v200909>javac -classpath ../../lib/ adwords-api-8.1.0.jar AddCampaign.java after compiling the above program i got AddCampaign class file,After i run the AddCampaign.class file i got the above error,when i run the class file i was using the following command like C:\ykrao\adwords-api-8.1.0\examples\v200909>java -classpath ../.:../ lib/adwords-api-8.1.0.jar AddCampaign (and) C:\ykrao\adwords-api-8.1.0\examples\v200909>java -classpath .:../../ lib/adwords-api-8.1.0.jar AddCampaign at java.net.URLClassLoader $1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) Please provide me solution what is the problem for above error i mentioned. Thanks, Y.Kondalarao. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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