Posted By:
Brian_Doyle
Posted On:
Monday, March 18, 2002 07:46 AM
Hi,
I want to use a specified jar file for both servlets and applets. I generate applets from a servlet that use the jar file. so i can put these in WEB-INF/lib . But, I can't set the applets codebase to that location because it needs to use the same jar file and i can't get access from applet.
Any suggestions? Can i change the classloader to load outside without access problems maybe?