SQL Developer 4.0 启动报错“unable to create an instance of the java virtual machine located at path”

安装了Oracle之后,第一件事情就是想想怎么去连接,进而操作。SQL
Developer是官方提供的强大工具,个人看来也是第一选择。

目前官网提供的最新版是4.0.1.14.48,下载下来之后,就跃跃欲试了。将下载下来的包解压,直接运行sqldeveloper.exe这个文件,选择了本地安装的JDK路径,之后却不幸的报错了,提示“unable
to create an instance of the java virtual machine located at path”,具体界面如下:

解决办法如下:

找到sqldeveloper的配置目录,我的是XP,路径是:C:\Documents
and Settings\Administrator\Application Data\sqldeveloper\

找到目录下的文件product.conf,我电脑上的绝对路径是:

C:\Documents
and Settings\Administrator\Application
Data\sqldeveloper\1.0.0.0.0\product.conf

打开该文件,将选项

AddVMOption
-Xmx800m

改为: AddVMOption
-Xmx512m

之后重新启动sqldeveloper.exe,成功运行。

SQL Developer 4.0 启动报错“unable to create an instance of the java
virtual machine located at path”,码迷,mamicode.com

SQL Developer 4.0 启动报错“unable to create an instance of the java
virtual machine located at path”

时间: 2024-10-14 18:54:54

SQL Developer 4.0 启动报错“unable to create an instance of the java virtual machine located at path”的相关文章

关于web.xml3.0启动报错

九月 08, 2017 10:18:19 上午 org.apache.tomcat.util.digester.SetPropertiesRule begin 警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:war_item' did not find a matching property. 九月 08, 20

PL/SQL developer 连接oracle数据库报错“initialization error could not load oci.dll”

声明:PL/SQL 版本:PL/SQL Developer 9.0.6 (http://files.allroundautomations.com/plsqldev906.exe) 报错提示如图: 原因:PL/SQL只对32位OS进行支持,解决方法是额外加载一个oci.dll文件 解决办法:1.下载OCI.DLL相关库文件.地址: (需注册Oracle账号) http://www.oracle.com/technetwork/topics/winsoft-085727.html ----->  

CentOS7图形界面启动报错unable to connect to X server

以前还可以正常启动图形界面,这次启动失败,报错unable to connect to X server 使用的是oracle用户,因为我是在oracle用户下创建的oracle数据库等 解决办法: 在/var/run/console/下touch oracle生成oracle文件,重新startx启动就可以了

spring Boot启动报错Initialization of bean failed; nested exception is java.lang.NoSuchMethodError: org.springframework.core.annotation.AnnotatedElementUtils.getAnnotationAttributes

spring boot 启动报错如下 org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.boot.autoconfigure

解决Eclipse启动报错Failed to create the Java Virtual Machine

电脑:2G内存,WIN7 32位. 启动adt-bundle-windows-x86-20140702\eclipse\eclipse.exe时,报错[Failed to create the Java Virtual Machine].点确定后,Eclipse自动关闭 解决方法如下: 修改Eclipse目录下的配置文件[eclipse.iniadt-bundle-windows-x86-20140702\eclipse\eclipse.ini] 将下面两个值改为原来的0.5倍,然后保存,重新启

初次安装hive-2.1.0启动报错问题解决方法

首次安装hive-2.1.0,通过bin/hive登录hive shell命令行,报错如下: [[email protected] hive-2.1.0]$ bin/hive which: no hbase in (/opt/service/jdk1.7.0_67/bin:/opt/service/jdk1.7.0_67/jre/bin:/opt/mysql-5.6.24/bin:/opt/service/jdk1.7.0_67/bin:/opt/service/jdk1.7.0_67/jre/

fiddler启动报错Unable to bind to port [8888],ErrorCode:10106

启动运行fiddler 报错,提示Unable to bind to port [8888],ErrorCode:10106 解决方式: 使用Fiddler或其他类似的监听工具出现这种错误时, Unable to bind to port [8888]. ErrorCode: 10106cmd下面执行命令 netsh winsock reset  然后重启电脑就可以了 原文地址:https://www.cnblogs.com/lxs1314/p/8257824.html

Zabbix agent启动报错:cannot create semaphore set

# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.3 (Maipo) # systemctl start zabbix-agent Job for zabbix-agent.service failed because a configured resource limit was exceeded. See "systemctl status zabbix-agent.service" and &q

Myeclipse 启动报错 Failed to create the java Virtual Machine

1.找到Myeclipse的安装目录 2.找到myeclipse.ini文件 3.打开myeclipse文件 你把原来的jvm.dll文件路径配置改成你的jdk安装路径中的jvm.dll路径 即: C:/Program Files/Java/jdk1.8.0_25/jre/bin/client/jvm.dll 把原来的路径配置binary/com.sun.java.jdk7.win32.x86_1.7.0.u45/jre/bin/client/jvm.dll删除掉 4.保存.重启myeclips