0 Replies Latest reply on May 22, 2002 1:20 PM by cousineau

    ClassNotFoundException when starting up JBoss_2.4.4-Tomcat_4

    cousineau

      Hi guys,

      I have installed J2SE 1.4 along with the JBoss 2.4.4 + Tomcat 4.0.1 distribution on Windows 95. I have set all the required environment variables. I have also fixed the JBoss run.bat file to reflect my installation configuration.

      However, when i attempt to run JBoss, i get a ClassNotFoundException for the class java.lang.reflect.InvocationHandler. This class is part of the standard Java 2 library. Why can't JBoss find it? Here is the command invoked by the run.bat script when I run it from the \bin directory of JBoss:

      java -classpath "run.jar;C:\j2sdk1.4.0\lib\tools.jar;..\lib\Xerces_2_0_1.jar" org.jboss.Main

      Any help would be appreciated =D