不支持的表单文件版本:1.9。表格无法打开

时间:2014-08-03 18:50:07

标签: java swing user-interface netbeans jframe

我有一个来自朋友的Java项目(Netbeans)。它有一个JFrame表单。当我尝试从Netbeans打开该文件时(尝试使用Netbeans 7.0.1,7.1.1,7.3,7.3.1),它给了我一个错误。

  

不支持的表单文件版本:1.9。表格无法打开。

enter image description here

有没有解决方案?

当我尝试clean and build时,它给了我2个错误:

1)执行此行时发生以下错误(\ nbproject \ build-impl.xml:990):

<j2seproject3:copylibs manifest="${tmp.manifest.file}"/>

2)copylibs不支持excludeFromCopy属性(\ nbproject \ build-impl.xml:834):

<copylibs compress="${jar.compress}" excludeFromCopy="${copylibs.excludes}" index="${jar.index}" indexMetaInf="${jar.index.metainf}" jarfile="${dist.jar}" manifest="@{manifest}" rebase="${copylibs.rebase}" runtimeclasspath="${run.classpath.without.build.classes.dir}">

2 个答案:

答案 0 :(得分:1)

This page on NetBeans.org表示您可能尝试在较旧版本的netbeans中打开此文件,而不是您朋友的netbeans。他可能已经在一个新的netbeans ide版本上创建了这个项目。请向他询问版本并确认。

其次,唯一的解决方案似乎是将NetBeans IDE更新到最新版本!请将NetBeans IDE更新到8.0版本!!!

答案 1 :(得分:0)

您必须使用NetBeans IDE 8.1 版本