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)
wildfly custom module: unable to use class inside deployed EAR
I am creating a custom realm in wildfly that will be use by my application for login purposes. If I use the class inside a jar file of a global module, wildfly can find it. However, if I try pointing ...
bogart
Votes: 0
Answers: 1
How to enumerate dependencies that are active in an Android application at runtime
In normal Java, a programmer is able to inquire with String tmpPath = aClass.getProtectionDomain().getCodeSource().getLocation().getPath(); to determine the source jar for a class.
In Android's versio...
Dale
Votes: 0
Answers: 1
Reload existing class file dynamically for Java Application
Scenario
I am working on a big application consist of hundred of class files. As part of giving a patch to fix the issue in production set up, we generally give a jar file. This jar file contains the ...
facebook-100001358991487
Votes: 0
Answers: 0
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