python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Getting `java.lang.ClassNotFoundException: org.apache.commons.pool.PoolableObjectFactory` when using Java reflection
I am trying to invoke a function using java reflection. My initial program is written in Ballerina which is given below.
import ballerina/http;
function __getQueryResults() returns error|string{
...
Aneesha Fernando
Votes: 0
Answers: 1