gpt4 book ai didi

Java Applet 与 Mysql ExceptionInInitializerError

转载 作者:行者123 更新时间:2023-11-30 00:58:37 25 4
gpt4 key购买 nike

我正在使用带有 mysql 连接的 java applet。我使用 Netbeans 来构建路径。当我的小程序在本地主机中运行时,出现错误。

Exception in thread "Abandoned connection cleanup thread" java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "setContextClassLoader")
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at sun.plugin2.applet.AWTAppletSecurityManager.checkPermission(Unknown Source)
at java.lang.Thread.setContextClassLoader(Unknown Source)
at com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:38)

我只使用mysql-applet Netbeans 。你能帮我吗?

最佳答案

如果您将 MySQL Connector/J 升级到 5.1.26,这个问题应该会得到解决。之前有一个对“setContextClassLoader()”的调用,但由于其他原因被删除。请参阅http://bugs.mysql.com/bug.php?id=68556

关于Java Applet 与 Mysql ExceptionInInitializerError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20337516/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com