提交 1393fd81 编写于 作者: M malenkov

8035171: KSS: sun.awt.shell.Win32ShellFolderManager2

Reviewed-by: alexsch, serb
上级 6a37506e
......@@ -54,13 +54,7 @@ public class Win32ShellFolderManager2 extends ShellFolderManager {
static {
// Load library here
AccessController.doPrivileged(
new java.security.PrivilegedAction<Void>() {
public Void run() {
System.loadLibrary("awt");
return null;
}
});
sun.awt.windows.WToolkit.loadLibraries();
}
public ShellFolder createShellFolder(File file) throws FileNotFoundException {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册