无论出于何种原因,由于更改,我不得不更改 pc,我现在必须使用 Java 6(最终更新)而不是 java 7。将现有项目导入 Java 6 时,我在自动生成的代码中收到以下错误由 Netbeans 生成,不可修改
cannot find symbol
symbol: variable Type
location: class Window
frame.setType(java.awt.Window.Type.POPUP); //Type is underlined
错误的输出如下:
javac: invalid target release: 1.7
Usage: javac <options> <source files>
use -help for a list of possible options
C:\Users\Adminstrator\Downloads\NetBeansProjects\NetBeansProjects\Pat0.3\nbproject\build-impl.xml:915: The following error occurred while executing this line:
C:\Users\Adminstrator\Downloads\NetBeansProjects\NetBeansProjects\Pat0.3\nbproject\build-impl.xml:268: Compile failed; see the compiler error output for details.
这是做什么的?是否有必要,删除该组件有帮助吗?它是哪个组件,有快速修复吗?