javac1.8 class not found

后端 未结 12 1827
予麋鹿
予麋鹿 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:54

    Sometimes the issue while building the war through ANT is also related to java version miss match in build.properties files as build.XML tries to use the java version mentioned in build.compiler property

    check whether build.compiler property is same as intended java version.

提交回复
热议问题