博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
关于jdk1.6.21与eclipse 3.6冲突的完美解决方案
阅读量:5226 次
发布时间:2019-06-14

本文共 1464 字,大约阅读时间需要 4 分钟。

jdk1.6.21在eclipse 3.6下存在冲突的问题,但说的不是很详细,有人问到,那我就再说一下吧。这是这个官方就有说明的,在下载页面很明显的标出了,只是有的同学不是在官方下载的或者太粗心没注意到。我们看官方是怎么说的。   

       The Eclipse 3.3 - 3.6 launchers for Windows had a problem with the Oracle/Sun Java VM version '1.6.0_21-b06'.

UPDATE: Oracle/Sun have released a respin of their JDK/JRE to fix this, so the recommended resolution of this problem is to download and re-install version 1.6.0_21-b07' or higher from (alternative link is ). Make sure you have b07 or higher by running java -version.

Before the fix was released, there were three choices to work around this:

  1. switch back to '1.6.0_20' (as of July 19, 2010 it can still be downloaded )
  2. Change the commandline for launching or add the following line after "-vmargs" to your file: -XX:MaxPermSize=256m ()
  3. For 32-bit Helios, download the fixed and place it into (eclipse_home)/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503

The Java bug was closed for voting and comments at on the Java BugParade because the change has been reverted; the related Eclipse bug report is open for voting and comments at .     已经说得很明白了,由于1.6.0_21-b06中部分包的名字被Oracle公司修改了,会造成原先的插件内存泄露,故官方也给出了三种解决方案。 (1)把JDK的版本降级到 jdk 1.6.0_20。下载地址: (2)修改文件里的设置,在-vmargs后添加或修改下面这句-XX:MaxPermSize=256m。 (3)对于32位版本的Eclipse3.6,可以下载这个补丁。,并且放置到(eclipse_home)/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503。 (4)升级jdk1.6.0_21-b06到1.6.0_21-b07或更高。

转载于:https://www.cnblogs.com/SuperBing/archive/2013/01/30/2882669.html

你可能感兴趣的文章
从零开始学 Web 之 CSS3(六)动画animation,Web字体
查看>>
打算多少时间安排在软工上
查看>>
函数---名称空间和作用域
查看>>
课程项目
查看>>
Makefile 头文件 <> 与 "" 的差别,与 Visual Studio 不同
查看>>
vim正则表达式(转)
查看>>
mybatis
查看>>
如何提高逻辑思维的能力 思维的层次 逻辑思维能力练习方式
查看>>
Activity的启动模式总结
查看>>
用javap命令反编译来分析字符串问题
查看>>
创业者必备的八项“矛盾”特质
查看>>
lua for通过循环table一些差异
查看>>
jquery字体更改后的鼠标-影像学改变//凝视内容
查看>>
斯派克程序数据库设计
查看>>
通过YAJL生成json语句
查看>>
深入java并发Lock一
查看>>
js实现自己定义鼠标右键-------Day45
查看>>
centos 7 编译安装以及配置rsync+inotify 文件实时同步操作记录
查看>>
SQL Server 2008连接字符串写法大全
查看>>
sql server 使用链接服务器远程查询
查看>>