0 Replies Latest reply on Jun 3, 2004 9:00 AM by jmc

    applet used library not found

    jmc

      Hello,

      I want to deploy an applet.
      I have a jsp file and jar for applet
      I put the both in war file, push in deploy.
      This applet use an external library .jar this lib is in default/lib

      When I try to load my applet I have a error message class not found, this class is in library file.

      deployement of my applet seems correct, the context is create and applet start loading.

      How I must do if i want my applet find the library in /lib.

      when I put my library in .war file that work correctly, but I use this lib for all my applets, etc.

      thx for your help
      JMC