We developed an application container that creates a new classloader for each independent application running in the container.When a speci开发者_JS百科fic application is invoked, the Thread\'s contex
I\'m trying to implement a custom classloader for tomcat.My first attempt yielded a class cast exception (apparently, tomcat tries to cast my loader to org.apache.catalina.loader.WebappLoader).Fine, I
The classes: public interface Inter { ...some methods... } public class Impl implements Inter { ...some implementations...
I\'ve written a custom classloader \'JarClassLoader\', which itself works ok, since the following test case is green:
One and only one of my hundreds of users has trouble starting my Java desktop app. It only starts for him about one-third of the time. The other two-thirds of the time a NullPointerException is thrown