尝试创建新项目时 Netbeans7 中出现以下错误

发布于 2024-11-26 21:21:09 字数 335 浏览 2 评论 0原文

当尝试从 NetBeans7 创建新项目时,我在“选择项目位置”屏幕中收到以下错误

,对话框似乎很慢,可能是因为 JDK 错误。请尝试升级 JDK、从桌面文件夹中删除 zip 文件或使用 -J-Dnb.FileChooser.useShellFolder=false 属性运行 ssytem

这是什么意思?我应该做什么?

我的系统中还安装了 NEtbeans 6.7/6.8。这很重要吗? 还, 配置的 Netbeans7 的 JDK 使用的是从 glassfish 服务器获取的 Netbeans7 安装程序,而我的系统 JAVA-HOME 仍然指向我的旧 jdk1.5。

I am getting the below error in the "Select Project Location" screen when trying to create a New Project from NetBeans7

Dialog seems to be slow, probably because of JDK bug. Please try to upgrade JDK, remove zip files from Desktop folder or run ssytem with -J-Dnb.FileChooser.useShellFolder=false property

What does this mean? what action should I do ?

I do have NEtbeans 6.7/6.8 also installed in my system. Will that matters ?
Also,
Configured Netbeans7's JDK is using the one Netbeans7 installer gets from glassfish server and my sytem JAVA-HOME is still pointing to my old jdk1.5.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暮年慕年 2024-12-03 21:21:09
  1. Java 需要大量时间来显示包含大 ZIP 文件的目录,因为它尝试从 ZIP 文件加载所有元数据以进行检查。当 NetBeans IDE 显示文件选择器对话框时,它可能已检测到这种情况,并警告您不要使用其中包含大 ZIP 文件的目录。如果您在相关目录中有一些 biz ZIP 文件,您可以尝试删除它们或将您的项目保留在某个子目录中。

  2. 您的桌面文件夹可能包含一些大的 ZIP 文件,并且在文件选择器对话框中加载桌面内容 Java 将花费大量时间,因此建议将桌面中的所有 ZIP 文件移动到桌面以避免此警告。

  3. 您计算机上安装的 Java 版本或 NetBeans IDE 版本与您的问题无关。显示此警告是为了让用户了解为什么要花费大量时间来显示文件选择器对话框(当桌面或磁盘的 C: 或 D: 位置中有大 ZIP 文件时)

  1. Java needs lot of time to display a directory which has big ZIP files as it tried to load all the metadata from the ZIP file also for inspection. When NetBeans IDE shows a file chooser dialog box, it may have detected such a case and is warning you not to use a directory which has big ZIP files in it. If you have some biz ZIP files in the concerned directory you may try removing them or keeping your project in some sub directory.

  2. Your Desktop folder may be having some big ZIP files and to load the desktop contents in the file chooser dialog Java will take lot of time, hence it is recommended to move all the ZIP files in the desktop to some sub-folders on desktop to avoid this warning.

  3. The version of Java or versions of NetBeans IDE installed on your machine has nothing to do with your issue. This warning is shown to make the user aware why lot of time is taken to display the file chooser dialog box (When there are big ZIP files in Desktop or C: or D: locations of your disk)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文