0 Replies Latest reply on Jun 4, 2007 10:34 AM by mrkmrk

    Hotpatching of Java classes

    mrkmrk

      I'm trying to hotpatch a Java class as described here
      http://www.fasterj.com/articles/hotpatch1.shtml

      However I am unable to obtain the Class I want to redefine. The class is used in an ear deployment.

      I'm only able to get the sun.misc.Launcher$AppClassLoader which cannot see the class I am interested in.

      Is there any way to get Class/ClassLoader for a file in an ear deploy?

      Thanks a lot!