Posts by Patrick Cavalcanti • 53 points
1 post
-
4
votes2
answers378
viewsQ: Library loading at runtime
Is there any contraindication in loading libraries .jar at runtime? I found this code that does this: URLClassLoader sysloader = (URLClassLoader) ClassLoader.getSystemClassLoader(); Class sysclass =…