javac1.8 class not found

后端 未结 12 1810
予麋鹿
予麋鹿 2020-11-27 13:10

I have installed two jdks - jdk 1.5 and jdk 1.8. I have following Ant build.xml config file :


    

        
12条回答
  •  执笔经年
    2020-11-27 13:44

    Update Ant to 1.9.x release as Java 8 in incompatible with Ant versions less tha 1.9

提交回复
热议问题