冒昧打扰,请教一个问题!
辛骁箭 <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.marketing |
|---|---|
| Organization | 山西用友 |
| Message-ID | <000801c3bba8$0aab1570$70012b0a@chinaarrow> |
NetBeans3.5.1昨天升级后,编译运行时会提示如下信息:
=======================================================================
java/lang/Class.java [30:1] package sun.misc does not exist
import sun.misc.Unsafe;
^
java/lang/Class.java [31:1] package sun.reflect does not exist
import sun.reflect.Reflection;
^
java/lang/Class.java [32:1] package sun.reflect does not exist
import sun.reflect.ReflectionFactory;
^
java/security/Policy.java [24:1] package sun.security.util does not exist
import sun.security.util.Debug;
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
100 errors
编译 UpdateFile. 时出错