problem in ant build invalid target release

前端 未结 5 1937
执念已碎
执念已碎 2021-01-17 10:41

problem in ant build

[javac] Compiling 86 source files to F:\\XXX\\classes
    [javac] javac: invalid target release: 1.6
    [javac] Usage: javac 

        
5条回答
  •  死守一世寂寞
    2021-01-17 11:34

    Also, you can right-click on your project in your Ant view and choose Run As... > External Tools Configuration... In the JRE tab, select the correct Runtime JRE.

提交回复
热议问题