0 Replies Latest reply on Jun 30, 2005 7:38 AM by jboss_eval

    Append jars to the jboss_classpath

    jboss_eval

      how can i add external jars to the jboss_classpath.i need to add the jars in a particular order.

      append the jars to the run.bat didn't work for me, as it seems to be asking for files(i.e no classdef found Exception) from <jboss_root>/server/<server_instance>/lib,... but that is already supposed to be in the classpath.
      i have about 14 jARS to append to classpath...

      if i put them in the lib folder, my application works, but i as i said before i need the jars to be in aparticular order , .....some performance issues

      is there any otherway i can append to theses jars tothe classpath

      thanks