1 Reply Latest reply on May 21, 2003 1:58 PM by adrian.brock

    CLASSPATH between 2 ear

    mcalm

      Hi,
      I have two ear's. One of them contains classes, which reference classes in the other ear.
      For compiling I set the CLASSPATH to the jar-files, that works. But deploying the ear's an NoClassDefinedFoundException is thrown.
      How can I set the CLASSPATH to refer to classes resides in another ear-files? Or is there an must to put the classes in jar-files into lib/ext ??