This code is worfking fine as standlone.
 
ClassLoader.getSystemClassLoader().loadClass(paramStr[1]);
 
But the same is code is not working  in jboss for javax. package
 
ClassLoader.getSystemClassLoader().loadClass("javax.mail.Message");
 
I have kept the mail.jar in lib folder  still it is not working . Same code is working for the default pacakages for ex java.util.Vector is loading successfully.
 
please help me for the above problem.
 
Thanks and Regards
surendra

Reply via email to