Hi,
I am trying to compile some demo code from a big company (google actually) ,there error comes up under both javaSE and
java EE
1.6. Do I need an external library?
Exception in
thread "main" java.lang.Error: Unresolved compilation problems:
The type javax.xml.rpc.ServiceException cannot be resolved. It is indirectly referenced from required .class files
The method getService(AdWordsService) from the type AdWordsUser refers to the missing type ServiceException
at v200906.AddKeywordDemo.main(AddKeywordDemo.java:31)
Thanks
Brian