【发布时间】:2014-07-16 07:01:40
【问题描述】:
我在运行国际化代码(Eclipse 上的 GWT teck)时遇到问题,并得到以下控制台结果
Jul 16, 2014 9:45:11 AM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
[WARN] Server class 'org.eclipse.jetty.servlet.listener.ELContextCleaner' could not be found in the web app, but was found on the system classpath
[WARN] Adding classpath entry 'file:/C:/Dev/eclipse-standard-kepler-SR2-win32-x86_64/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0/gwt-dev.jar' to the web app classpath for this session
在网上搜索了一些关于创建新密钥的信息 HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Prefs 如果那么那么如何创建这个KEY? 究竟是什么导致了这个问题??
【问题讨论】: