View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820031#3820031

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820031

Hello Vivek,



the path (of jar file containing dependent classes) should be  appended to the 
jboss-classpath (see run.bat in <jboss-home>/bin folder).  this will solve your 
problem.



here a snippet from run.bat...

...................

set MYLIB_PATH=%MYLIB_PATH%F:\Java\lib\resources.jar;



set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%MYLIB_PATH%

...................



good luck!


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to