天天看点

取消MyEclipse中MyEclipse Derby的显示

平时Javaweb的Servers中,会有一个默认显示的MyEclipse Derby,但是我们又用不上,所以有些朋友想要把它去除掉,方法如下:

在MyEclipse的安装目录下 ----》configuration----》org.eclipse.equinox.simpleconfigurator,打开bundles.info文件,将com.genuitec.eclipse.derby,11.0.0.me201305151620,plugins/com.genuitec.eclipse.derby_11.0.0.me201305151620.jar,4,false这句话给注释掉,

即在前头加个#号 ↓↓↓

(#com.genuitec.eclipse.derby,11.0.0.me201305151620,plugins/com.genuitec.eclipse.derby_11.0.0.me201305151620.jar,4,false)

重新启动MyEclipse就哦了。。