Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当我在 netbeans 中创建 JSP 页面时,我都会尝试导入 java.IO.*
<%@page import="java.io.*"%>
,它会冻结 IDE。我正在使用 Windows 7x64 Pro。这发生在 NetBeans 7.2.1 和 7.3 中。使用该特定导入是否违反规则?在两个最新版本中都会出现这样的错误似乎很奇怪。谢谢。
应该是其他问题。它适用于我在 NetBeans 7.3 Windows 7x64 Pro 上。
附带说明一下,导入完整的包不是一个好习惯。