1 Reply Latest reply on May 1, 2002 10:45 PM by seapwc

    Problem with Class not found - FAQ ?

    seapwc

      I had jboss 2.4.4with tomcat-4.0.1 working fine.
      Any suggestions on solving this are appreciated.

      I added some jars to the classpath in the
      start_with_catalina.bat(Yes, Win NT 4.0)
      (fragment of .bat)
      set client=%JBOSS_HOME%/jboss/client
      set MQ=%client%/jbossmq-client.jar
      set JNP=%client%/jnp-client.jar
      set J2EE=%client/jboss-j2ee.jar
      set LOG=%client%/log4j.jar
      set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%MY_HOME%;%LOG%;%J2EE%;%MQ%;%JNP%;

      then I started getting classes not found.

      log4j.ConsoleAppender and
      javax/jms/Destination
      in particular.

      Where do I look for possible solutions?