I'm using JDK 1.6 to run a small application. However I set a very massive classpath which includes a lot of classes.
When I run the application will all classes in the classloader been loaded even if they're not actually used in my application? If not, how to force the classloader do so, and if yes, how to avoid it? Thanks!
E.g.,I'm using ant 1.7 to run my application.
Best Regards, Robert Ji