Change JRE in NetBeans project

前端 未结 3 1403
夕颜
夕颜 2020-12-01 23:50

I have a NetBeans project which is using the JRE 1.4 environment which means I can\'t use generics.

How can I change the project to use 1.6 (?) so I can use generics

3条回答
  •  北海茫月
    2020-12-02 00:50

    In Netbeans 8.2,

    • right click the project, select Properties
    • under the menu build/compile, select java platform from drop down menu

提交回复
热议问题