Re: Classpath Prblem in JBOSS - Sequence of jar files in the classpath
Posted By:
Anonymous
Posted On:
Tuesday, April 5, 2005 10:13 AM
You can control this explicitly by defining the class path that JBoss should search. A better way, though, is to use manifests in packaging your JARs. Manipulating your server classpath is inefficient and error prone.