Java如何在运行时获知自身Jar的版本 By 蒋才 2016-05-09 按照Java Specification应当可以通过 getClass().getPackage().getImplementationVersion() 或者 getClass().getPackage().getSpecificationVersion() Read More