1 Reply Latest reply on Nov 23, 2004 9:15 AM by darranl

    Class Not found Exception

    hihelloall

      When My .jar is loaded , I get the Class Not Found exception in the jboss console trace for a particular class , sometimes.This class extends some other classes. This pblm gets solved automatically when we restart the jboss many times.
      I would like to know how to solve this ?
      Also I would like to know whether a class is loaded in Jboss jvm or not ?
      If not , how can I forcely load the class ?

        • 1. Re: Class Not found Exception
          darranl

          When My .jar is loaded - When is your jar loaded, do you deploy it after starting JBoss, is it in the deploy folder already, is it in the lib folder? What does your jar actually contain and what are you trying to do?

          the Class Not Found exception - What is the exception and stack trace?

          a particular class - Which class, one of yours - if so where is the class in relation to the app you are working with, one that is distributed with JBoss, one that is distributed with the JVM?

          This class extends some other classes - Which classes, one of yours - if so where are the classes in relation to the app you are working with, classes that are distributed with JBoss, classes that are distributed with the JVM?

          JBoss version?
          JDK version?
          Operating system?