While using BeanShell from within the applet, The JVM
uses Applet classloader for Std java classes where as
for classes used in beanshell script it try's to use
the different classloader which try's to get the
classes from the server using the AppletCodeBase.
How can I stop this behaviour and ask it to look for
classes within the Applet JAR.
Web access logs
Ticket has been migrated to github.
Please follow up on this over here: https://github.com/beanshell/beanshell/issues/486