0 Replies Latest reply on Mar 3, 2009 10:31 PM by ajkd

    ClassNot Found Exception

    ajkd


      I want to load a class dyanamicaly. I have used following code in my application

      VCATComnProcessIFBO uif = ( VCATComnProcessIFBO)new VCATClassLoader().getClassLoaded("NSB.UER.ACBalInq");

      The jar file where class NSB.UER.ACBalInq is, I have put to servers/default/lib directory

      When I accees the application it throughs java.lang.ClassNotFoundException: NSB.UER.ACBalInq

      The same application runs successfuly in sun java application server ( glassfish) and webspere where both allows us to specify jar file in the server class path