Core Excpetion

0
Hi Everyone i am trying to debug java code from eclipse but it keeps thorwing core excpetion on Core.retrieveOQLDataTable sayign source not found for CoreAction Class. Other methods like Core.getlogger work fine(no exceptions). What am i missing? Any help
asked
1 answers
0

Try to compare your code with the example given on: https://github.com/ako/QueryApiBlogPost

I tried to run this code in version 7.3 without errors.

answered