在哪里可以在Netbeans中找到Xlint选项? [英] Where can I find the Xlint option in Netbeans?

查看:210
本文介绍了在哪里可以在Netbeans中找到Xlint选项?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到一个错误重新编译-Xlint:取消选中的细节。在Netbeans。

I get an error Recompile with -Xlint:unchecked for details. in Netbeans. Where can I find the option to uncheck?

推荐答案

您不需要取消选中该选项,您需要添加 -Xlint:unchecked 参数传递给Java编译器的参数。

You don't "uncheck" that option, you need to add the -Xlint:unchecked parameter to the parameters passed to the Java compiler.

这是通过项目属性 - >构建 - >在对话框底部的其他编译器选项输入字段中编译(其中显示例如:-Xlint:未选中

>

这篇关于在哪里可以在Netbeans中找到Xlint选项?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆