首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

myeclipse10.0优化,其它版本也实用

2012-07-16 
myeclipse10.0优化,其它版本也适用我用的是myeclipse10.0做的优化,早起版本8.5、8.6也都大同小异 一、Myecli

myeclipse10.0优化,其它版本也适用

我用的是myeclipse10.0做的优化,早起版本8.5、8.6也都大同小异


一、Myeclipse10修改字体
MyEclipse10是基于Eclipse3.7内核,但在Eclipse的Preferences-〉general-〉Appearance->Colors and Fonts 中并没有找到Courier New字体,它采用的是Consolas字体,中文看着非常小非常别扭,在Windows7下,系统自带虽然有Courier New字体,但是并没有激活显示,需要手动激活,才能在软件中使用
激活方法如下:
在win7的控制面板->字体,找到Courier New,右键,显示。 Courier 常规 ,右键,显示。
window-->preferences-->搜索font-->Color and Font-->Basic-->Text Font-->Edit--> Courier New-->常规-->小三

二、myeclipse修改jsp、xml默认打开方式
window-->preferences-->General-->Editors-->File Associations-->选择File Type-->
Associated editors选择默认的打开方式(Default)

三、Myeclipse修改编译兼容级别_Compiler compliance Level
Window-->Preferences-->Java-->Compiler --> Compiler compliance Level-->1.6

四、修改Myeclipse编码方式:text+jsp
1.? window-->preferences-->搜索JSP-->Myeclipse-->Files and Editors-->JSP-->encoding-->UTF-8
2.? window-->preferences-->General-->Workspace-->Text file encoding-->Other-->UTF-8

五、myeclipse修改Jboss内存大小
myeclipse菜单栏:Preferences-->搜索Jboss-->Jboss4.X下-->JDK--Optional java VM arguments加入如下代码:
-Xms512m -Xmx1024m -XX:MaxNewSize=256m -XX:MaxPermSize=256m


?6.把以上生成的字符串(一大堆)添加到第四步bundles.info文件的后面,然后重启myeclipse即可。

?

?

1 楼 buxin_2008 2012-03-14   不用这么复杂,直接将site-1.6.18.zip解压的包放在MyEclipse 10\dropins文件夹中,重启就可以。 2 楼 junjun19860702 2012-03-23   buxin_2008 写道不用这么复杂,直接将site-1.6.18.zip解压的包放在MyEclipse 10\dropins文件夹中,重启就可以。
10.0我试过了,不可以,你说的那是10以前的做法!

热点排行