1 Reply Latest reply on Feb 26, 2006 1:56 PM by starksm64

    Custom classloader

    alexey.maksimov

      Hello

      I want to encrypt my .class files in ear.
      I guess I need a custom ClassLoader to decrypt them at run-time.

      It should behave just as usual JBoss classloader but also should be able to decrypt my class files right before loading.

      How can I supply such classloader to JBoss?