I get an error Recompile with -Xlint:unchecked for details.
in Netbeans. Where can I find the option to uncheck?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You don't "uncheck" that option, you need to add the -Xlint:unchecked
parameter to the parameters passed to the Java compiler.
This is done through Project Properties -> Build -> Compiling
in the "Additional compiler options" input field at the bottom of the dialog (where it says "e.g.: -Xlint:unchecked")