Fast-ClassPath-Scanner https://github.com/lukehutch/fast-classpath-scanner使用最新版本。 上執行(獲得所有類的名字在戰爭中,其中包括所有的罐子和類)Fast-ClassPath-Scanner不適用於Java 6運行時?
new FastClasspathScanner(basePackage).scan().getNamesOfAllClasses()
越來越:
unsupportedclassversion誤差與JRE 6
請提供一個解決的辦法或替代執行相同的操作。當您嘗試加載它在失敗與UnsupportedClassVersionError
1.6(JRE6)環境
嗨!任何提示有關[耦合](http://stackoverflow.com/questions/43097780/how-to-show-class-dependencies-with-fast-classpath-scanner)? –