这个jar包是1.7编译的 jdk1.8不用用会报错 1.6可以 我想把编译版本修改成1.8试试怎么操作
javac -source 1.7 -target 1.8 -bootclasspath "C:\xxx.jar"