Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Say I\'m debugging some weird class loading issues of an application deployed inside of a Java EE app server. By some reason it appears, that I have duplicate jars on the class paths of two classloade
I have following class in Java code: public class CHRTreeCreator extends IndexCreator { ... } Instead CHRTreeCreator I want to use diffrent implementation which also extends IndexCreator, but I wan
Is there any way of substituting (overriding) a Java class implementation, which is already loaded by the System class loader by another implementation (available as an array of bytes)?
I\'m using the delayed_job plugin in Rails to do background processing, and I\'m experiencing a hiccup in the \'agile development\' I\'ve been experiencing so far in Rails...
I have an application which is extendable through java classes that conform to a given interface. If I run the program from the command line classes, I am able to instantiate the add-on classes using:
This is a common problem. I\'m using 2 libraries A.jar and B.jar and these depend on different versions of the same jar.