Skip to content

fast-classpath-scanner-3.1.5

Compare
Choose a tag to compare
@lukehutch lukehutch released this 26 Jun 09:02
· 3528 commits to latest since this release

Support OS-wide extension directory scanning on all major OSes (i.e. directories where jarfiles may be installed such that they are accessible to all installed JREs and JDKs):

  • /usr/java/packages on Linux
  • %SystemRoot%\Sun\Java or %SystemRoot%\Oracle\Java on Windows
  • /System/Library/Java on Mac OS X
  • /usr/jdk/packages on Solaris