here is a thread that talks about Applet classpath and recommended way of setting classpath for 3rd party library referred by Applet (read the last reply on that thread)
http://www.velocityreviews.com/forums/t152635-java-applet-classpath.html hope that helps. <http://www.velocityreviews.com/forums/t152635-java-applet-classpath.html>- Ashish On Thu, Aug 12, 2010 at 7:24 PM, Nick Burch <[email protected]> wrote: > On Thu, 12 Aug 2010, Thomas P Laford wrote: > >> Here's what I am using: IE6, JDK 6 update 21, POI 3.6. Is there something >> about JDK 6 update 21 that is incompatible with POI? >> > > I don't think so, however it's well known that java applets aren't ideal, > and that old versions of IE are generally problematic... > > I'd suggest you try inlining all the POI classes (and dependencies) into > your applet jar file. That way everything that is needed will be in the one > place > > Nick > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
