启动 SQL Developer 时出错
大家好。
我尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您的计算机中可能没有安装 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
它正在寻找的类(即 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?