1 Reply Latest reply on Dec 23, 2003 3:49 AM by bul

    ClassNotFoundException

    bul

      I'm trying to get TestLoadClass by it's name. TestLoadClass is a public final class that extends Object. It has public consructor without any parameters. It hasn't any static fields or code.
      I have the following code:
      <
      Class.forName("com.fortpoint.darwin.model.TestLoadClass");
      >

      When I execute this code in plain java application then all works fine. But when I execute this code in jboss application then
      ClassNotFoundException occurs.
      How could we fix this?