Uber-fast, ultra-lightweight Java classpath scanner. Scans the classpath by parsing the classfile binary format directly rather than by using reflection. (Reflection causes the classloader to load ...
What is classpath scanning? Classpath scanning involves scanning directories and jar/zip files on the classpath to find files (especially classfiles) that meet certain criteria. In many ways, ...
In a previous blog posting, I listed some “everyday problems” Java developers will often face and included some ideas and links related to addressing these issues. One of the focal points of that post ...
Groovy‘s RootLoader is a handy class that can be used to encapsulate a Groovy script’s reference to external classpath dependencies within the script itself. The documentation for RootLoader states, ...
A prerequisite for this course is that you know Java. And an important indicator is that you can set your Java class path. If you need a refresher, read this How to Set your Classpath and setting ...