您的位置:首页 > 数据库 > Oracle

Oracle SQL Developer - Unable to create an instance of the Java Virtual Machine

2012-06-12 09:20 555 查看
After extracting sqldeveloper-1.5.4.59.40.zip and executing sqldeveloper.exe, I received following error

---------------------------

Oracle SQL Developer

---------------------------

Unable to create an instance of the Java Virtual Machine

Located at path:

<SQLDEVELOPER>\jdk\jre\bin\client\jvm.dll

---------------------------

OK   

---------------------------

Resolution for this error which works for me, as follow :-

Open ide.conf file from

<SQLDEVELOPER>/jdev/bin/ide.conf

or

<SQLDEVELOPER>\ide\bin\ide.conf

In this file, change this line : 

AddVMOption -Xmx512M

by 

AddVMOption -Xmx256M


Now, the executable is lauching correctly. No more errors with Java Virtual Machine.

 

Also check the diskspace where sqldeveloper is extracted and available RAM.

You may need to revert back in future if there is no more issue with original file's setting.

 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  java sql oracle file jdk path
相关文章推荐