启动 SQL Developer 时出错

发布于 2024-07-15 09:54:22 字数 496 浏览 9 评论 0原文

大家好。

我尝试在 Red Hat Linux Enterprise 5 计算机上运行 sqldeveloper,但出现以下错误:

[root@machine plugins]# sqldeveloper

Oracle SQL Developer 版权所有 (c) 2006、2007,Oracle。 版权所有。

警告:实例化“java.util.logging.FileHandler”时出错,由处理程序引用,未找到类 java.lang.ClassNotFoundException:java.util.logging.FileHandler, <> 运行时初始化异常 java.lang.ExceptionInInitializerError <> 引起原因:java.lang.NullPointerException <> [root@machine 插件]#

有人有办法帮助我吗?

HI everyone.

I am trying to run sqldeveloper on my Red Hat Linux Enterprise 5 machine but get the following error:

[root@machine plugins]# sqldeveloper

Oracle SQL Developer
Copyright (c) 2006, 2007, Oracle. All rights reserved.

WARNING: error instantiating 'java.util.logging.FileHandler,' referenced by handlers, class not found
java.lang.ClassNotFoundException: java.util.logging.FileHandler,
<>
Exception during runtime initialization
java.lang.ExceptionInInitializerError
<>
Caused by: java.lang.NullPointerException
<>
[root@machine plugins]#

Do anyone have idea to help me?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

凑诗 2024-07-22 09:54:22

您的计算机中可能没有安装 Java SDK,或者 Java SDK 安装不正确。 因此,请尝试重新安装Java SDK并再次运行SQL Developer。

请参阅以下网站了解 SQL Developer 的系统要求和安装指南。

http://download.oracle.com/ docs/cd/E12151_01/doc.150/e12153/install.htm#sthref15

You might not have Java SDK installed in your machine, or your Java SDK is not properly installed. Thus, please try to reinstall the Java SDK and run the SQL Developer again.

Please refer to below web site for the system requirement and installation guide of SQL Developer.

http://download.oracle.com/docs/cd/E12151_01/doc.150/e12153/install.htm#sthref15

蓬勃野心 2024-07-22 09:54:22

它正在寻找的类(即 java.util.logging.FileHandler)是 JRE(或 JDK)的一部分。

那么,您的计算机上是否安装了 JRE 或 JDK(以及哪个版本)? 您是否还设置了 JAVA_HOME 环境变量?

The class it is looking for (i.e. java.util.logging.FileHandler) is part of the JRE (or JDK).

So, do you have any JRE or JDK (and which version) installed on your machine? Did you also set the JAVA_HOME environment variable?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文