File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other JSE/JEE APIs and the fly likes Help with URLClassLoader Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "Help with URLClassLoader" Watch "Help with URLClassLoader" New topic
Author

Help with URLClassLoader

Martha Cofran
Greenhorn

Joined: Jan 31, 2001
Posts: 11
Hi, we have a serious of applets that were loading very slowly because all jar files were being loaded with the first html page. To solve that, we created our own class loader and now load jars only as the applets that need them are requested. But, we notice that we're getting a lot of 404 errors on the classes. It seems the browser is looking in the DocumentRoot of Apache before calling the custom class loader. Does anyone know how this really works and if there is a way to avoid all of the 404s?
Thanks for any help you can give me.
 
 
subject: Help with URLClassLoader
 
Threads others viewed
How to get the list of class names accessed
Usage of Assertions in 1.4
Trying to find AOP runtime weaving solution for Java applets
Regrading JSP's
WebSphere class loading issue
developer file tools