0 Replies Latest reply on Dec 6, 2005 4:37 AM by marcinbr

    java.lang.NoClassDefFoundError: javassist/Loader

    marcinbr

      Hi,

      I've got the following error: "java.lang.NoClassDefFoundError: javassist/Loader" when i run my application on jBoss.
      I've put javassist.jar into lib directory - one of Jboss configuration.
      The Loader class is used in one of ear in deploy directory. It is also used in one of my jar file which is placed as javassist.jar in lib directory. The problem is that those class from my jar file in lib directory can't see the Loader class and generetes error.

      Any one can help me solving this problem?

      I had tried to place the javassist.jar in jar file which need it but it also haven't helped.