Unable to create an instance of the Java Virtual Machine

来源:互联网 发布:软件配置管理系统 编辑:程序博客网 时间:2024/04/18 19:23

I used the Oracle SQL Developer(Version: 2.1.0.63) and has the same problem. Then I changed the ide.conf file located under <Oracle SQL eveloper>ide/bin/.
follow the below steps:
1. open the file ide.conf located under <Oracle SQL eveloper>ide/bin/
2. located line "AddVMOption -XX:MaxPermSize=640M".
3. changed to "AddVMOption -XX:MaxPermSize=256M".
4. done.

and the Oracle SQL Developer works.

原创粉丝点击